There aren't tons of items, but I need the dataprovider binding functionality provided by the horizontallist. (right now I bind to an arraycollection that changes regularly)
How would you recommend achieving this with an HBox? I'd rather not manage the HBox's children manually, though I will if I have to of course. Thanks, Shaun --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Unfortunately, this is not supported. Do you have tons of items? If it > is only a few, I'd use HBox > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Shaun > Sent: Wednesday, March 28, 2007 10:40 AM > To: [email protected] > Subject: [flexcoders] Variable width ListItems > > > > I have a horizontal list with items that can have variable widths. > However, all items end up with the same width as the first item in the > list. How do I allow variable width list items? > > Is there something similar to the datagrid's variableRowHeight setting > that I'm missing? > > Thanks, > Shaun >

