[flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
I have a VBox, no height specified (i want it to grow depending on his child). Inside this box i put a List with xx rows. How do i force my List to take the height of all its rows ? That is, i don't want my list to scroll, i want it to resize so it shows all rows, and returns its height

RE: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jim Robson
Of Jean-Luc ESSER Sent: Friday, May 19, 2006 5:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Force a List to resize ? How ? I have a VBox, no height specified (i want it to grow depending on his child). Inside this box i put a List with xx rows. How do i force my List

Re: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
: Jim Robson To: flexcoders@yahoogroups.com Sent: Friday, May 19, 2006 1:45 PM Subject: RE: [flexcoders] Force a List to resize ? How ? Jean-Luc: What happens when you set the height of the List component to a multiple of the number of items in the list

Re: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
Thanx Jim, i'll do that. -JL - Original Message - From: Jim Robson To: flexcoders@yahoogroups.com Sent: Friday, May 19, 2006 2:19 PM Subject: RE: [flexcoders] Force a List to resize ? How ? OK, I was assuming a constant item height. Yes, you’ll have