[flexcoders] how to set lineScrollSize of scrollbar in HorizontalList?

2008-07-21 Thread Yochikoh Haruomi
Sorry for the typo in the previous email.
I meant to say HorizontalList instead of Horizontal scroll list.

Here is the question:


For HorizontalList, when the scrollbar's arrow is clicked, one item is moved at 
a time.
Is there a way to set the horizontal lineScrollSize?  I want to be able to have 
more than one item move at a time .

Thanks!
Yoko



  

RE: [flexcoders] how to set lineScrollSize of scrollbar in HorizontalList?

2008-07-21 Thread Alex Harui
Try overriding configureScrollBars and set lineScrollSize if the
horizontalScrollBar exists

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Yochikoh Haruomi
Sent: Monday, July 21, 2008 6:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to set lineScrollSize of scrollbar in
HorizontalList?

 

Sorry for the typo in the previous email.
I meant to say HorizontalList instead of Horizontal scroll list.

Here is the question:


For HorizontalList, when the scrollbar's arrow is clicked, one item is
moved at a time.
Is there a way to set the horizontal lineScrollSize?  I want to be able
to have more than one item move at a time .

Thanks!
Yoko