Show more items in one line if the window is made wider
Greetings,
Another one from me, hopefully this is possible.
I have a subwindow, inside it I have a series of controls.
XX|YY XX|YY XX|YY XX|YY XX|YY
XX|YY XX|YY
Now what I want is if the window is made wider, then the items from line 2 appear in line 1
XX|YY XX|YY XX|YY XX|YY XX|YY XX|YY
XX|YY
And if the window is made wider, then all are on the one line
XX|YY XX|YY XX|YY XX|YY XX|YY XX|YY XX|YY
Normally with HTML you'd make relate them and they'd move about depending on how much space they have. I need this.
Is it possible?
And if so, is it possible to shrink the frame they're in, or link the frame height based on the subwindow?
Cheers,
MBM