user1341970
user1341970

Reputation: 469

Placing images in textBox

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

Answers (1)

Jehof
Jehof

Reputation: 35544

Use a RichTextBox. It provides functionality to display Text and Images.

Upvotes: 1

Related Questions