[flexcoders] Flex 2: How do I make a List that has different heights?

2006-04-29 Thread rigidcode
If you make a List control, and you put some options in it, and one of your options is long and happens to wrap, it doesn't wrap the text! It just cuts off the end of the text. How do I make it wrap?? I even tried making a custom IDropInListItemRenderer. If I set the height differently for

Re: [flexcoders] Flex 2: How do I make a List that has different heights?

2006-04-29 Thread jeremy lu
I believe there's a property called variableRowHeight, set it to true and try again.On 4/30/06, rigidcode [EMAIL PROTECTED] wrote:If you make a List control, and you put some options in it, and one of your options is long and happens to wrap, it doesn't wrap the text!It just cuts off the end