Image surrounded by text in WPF

Posted by niao on Stack Overflow See other posts from Stack Overflow or by niao
Published on 2010-05-07T11:27:14Z Indexed on 2010/05/07 11:38 UTC
Read the original article Hit count: 285

Filed under:
|

Greetings, I have some control which display bunch of textblocks and image. I would like the image to be surrounded by text. I have already implemented some functionality by using FlowDocument and custom bindable run control. (These controls are included inside user control). When I generate lots of these controls in treeview, application goes into infinite loop. I asked on forums before about this problem and the answer was that it can be WPF issue. Howver when I removed bindable run from my user control, problem dissappeared. Now I am trying to implement other solution where image will be surrounded by text. Can someone please help me?

EDIT: Generally i would like to achieve something like this

© Stack Overflow or respective owner

Related posts about wpf

Related posts about image