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

2006-05-19 Thread Jim Robson
Jean-Luc: What happens when you set the height of the List component to a multiple of the number of items in the list? myList.height = numberOfItems * 17; Does the component resize correctly? Jim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

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