|
#1
|
|||
|
|||
|
Hello
I'm looking for a layout with the same behavior that FlowLayout of GWT, but smartgwt not find anything similar. I need that the components are placed horizontally and jump to the next line if they have no more space. Any idea? Thanks Javi Sanromán |
|
#2
|
|||
|
|||
|
Hi Javi,
Use a TileLayout with layout policy FLOW. Code:
Sanjiv |
|
#3
|
|||
|
|||
|
Quote:
Thank you Sjivan! |