Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Question: "Is there a control that handles to overflow the text all sides of image AND contains multiple columns? See sample output below:

Note:
- I tried to use ricktextcolumn but it doesn't overflow the text around the image.
- I tried to use textblock but it doesn't create the column and doesn't overflow the text at the left/right side of the image.

======================================================
Column1 || Column2 || Column3 || Column4
Row1 <Image/> || ||
Row2 || || ||
Row3 || || ||
Row4 || || ||
Row5 || || ||
======================================================
Posted
Updated 10-Aug-14 16:58pm
v2
Comments
Jason Gleim 8-Aug-14 14:42pm    
So go for it... start writing your app. Why do you need us? Are you asking a question or announcing that you are going to do this. Right now this looks like an announcement.

If you have an actual question (Usually ends with a '?') then click on "Improve Question" and edit what you posted.
Member 4281990 10-Aug-14 22:57pm    
Question is "Is there a control that handles to overflow the text all sides of image AND contains multiple columns? See sample output below:

Note:
- I tried to use ricktextcolumn but it doesn't overflow the text around the image.
- I tried to use textblock but it doesn't create the column and doesn't overflow the text at the left/right side of the image.

======================================================
Column1 || Column2 || Column3 || Column4
Row1 <Image> || ||
Row2 || || ||
Row3 || || ||
Row4 || || ||
Row5 || || ||
======================================================

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900