Please see this image:
http://geocities.com/managebrinkster/wrap_text_around_image.jpg
Basically, I want to know how to do this via the Infragistics Document engine.
How do I wrap text around an image. The Text that is "part of the first column" would stay in Column 1, but the rest of the text would cover column one and two (the whole bottom of the document) thus appearing to "wrap" around the image.
How do I do this?
Thank you,
Tom
I would try using an Grid to put the text an image side by side like the image you have is showing. You can use the Column and Row Spans afterwards to make the text under, this would give the look of wrapping.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/DocumentEngine_Grids.html
To make this work, wouldn't you have to break the text into two sections by trial and error? and then if you later change the text size or paper size, won't the effect be spoiled unless you re-break the text?