Reputation: 469
How can I place images in a XAML TEXTBOX? I am looking for a control that I could place an image and a text next to it and it have to be scrollable.
Upvotes: 0
Views: 42
Reputation: 35544
Use a RichTextBox. It provides functionality to display Text and Images.
Upvotes: 1