Sounds like a TileList; with a custom tile itemRenderer to me. -TH
--- In [email protected], "itdanny2002" <[EMAIL PROTECTED]> wrote: > > I wanna to put many textarea component > on to HBox container horizontally and go > to next line if it is full. However, HBox > can't auto wrapping like Tile. Any container > work likes this ? If I need to write my > own, where is the starting point ? > > If I use Tile, I need to make it not standard size > If I use HBox, I need to calculate each text area width & height > Or, I start from Canvas, Panel ? > > Any hints ? >

