Reputation: 1049
I have an image with a large amount of text to the right in a textblock control. How can I get that text to wrap on the right and below the image?
Upvotes: 4
Views: 1217
Reputation: 66882
The standard TextBlock and Image controls wouldn't work for you.
I think you'd either:
It might be an idea to consider a different layout - is the text really free flowing and needs wrapped around the image? Or can the text be split up into header, caption, body, etc?
Upvotes: 1