Hello all.
I am working in Flex.
How can I display components in a Container so that they are arranged according to width of container.
I have dynamic no. of labels and I want them to get arranged in a manner that after a particular width of that container, child label components should automatically start from next line.
If I use HBox all labels are displayed horizontally and in VBox they come vertically, with scroll bars in each case.
I can not use Canvas also as I dont know exact positions of labels as they are dynamically generated.
TileList is not serving my purpose as labels may be of different width.
Can Repeater along with some container help in any way?
How can I get this type of layout.
Please help me out.
Thank you in advance. :)