开发者

WP7 wrap text around image

开发者 https://www.devze.com 2023-02-20 05:11 出处:网络
I have an image with a large amount of text to the right in开发者_StackOverflow社区 a textblock control.How can I get that text to wrap on the right and below the image?The standard TextBlock and Imag

I have an image with a large amount of text to the right in开发者_StackOverflow社区 a textblock control. How can I get that text to wrap on the right and below the image?


The standard TextBlock and Image controls wouldn't work for you.

I think you'd either:

  • have to use HTML inside a WebBrowser (this is potentially very slow and ugly!)
  • have to use multiple TextBlock's and you'd have to measure the text in order to implement the wrapping out yourself.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消