--- In [email protected], "scalenine" <[EMAIL PROTECTED]> wrote: > > I may have missed something, but is there a reason why a > HorizontalList wouldn't work? > > Juan > > scalenine.com : degrafa.com > > --- In [email protected], "ad9798" <young97@> wrote: > > > > --- In [email protected], Kevin <lists@> wrote: > > > > > > Do you need to use a TileList for this? Would an HBox with a > > > repeater would work for you? I guess it all depends if you need the > > > functionality of ListBase. > > > > > > - Kevin > > > > > > On Dec 26, 2007, at 2:28 PM, ad9798 wrote: > > > > > > > A horizontal direction TileList creates a new row when there are > more > > > > items to display after the single row has been filled, but I'm > trying > > > > to restrict that behavior and put every items in the single row with > > > > the horizonal scrollbar? > > > > > > > > > > > > > > > > > > > Thanks Kevin, > > I would use HBox but I would like to utilize TileList for easier drag > > n' drop support and reordering the item inside of list as well. > > >
Thanks Juan, HorizontalList works.

