Hi there, i searched for this issue and wasn't able to find it (i fear this is something very simple that i fail to see).
I'm looking for a way to implement multiline webpartzone: i have a webpartzone in a page with horizontal alignment, functioning well, despite the fact that it increases its width as the user keeps adding controls inside.
I'd like to have the webpartzone using "newline" by itself starting a new row of controls every 5 controls added for example.
I cannot use a vertical alignment since the controls to put are too small (textboxes for example), not filling the whole width of the page.
The only solution i found (and the one i'd hope to avoid) is to put another webpartzone under the one already available, implementing this way a second line (but the problems of too much controls put inside still remains). Please, can you help me?
Thanks!