|
Hi All,
I am making a user control that displays some information. The data is not editable from this control so I am using lables to display the info (a datagrid is not an option for this info). My problem is that there are a number of chunks of info that will need multiple (unkown number) of lines to display it. For example, there could be 3 or 4 different telephone numbers for a contact and the same for email addresses (that is only two examples - there a number of similar things on this page). I want to be able to display all this info like you would on a web form in flow layout mode. Clearly I can programaticaly work out where the control should be placed and move them if they the info changes but that seems like a auful lot of work.
Some sort of layout manager is required.
Any ideas,
Danny |