[flexcoders] Re: Increasing the Panel scroll speed?

2009-04-13 Thread Michael Schmalle
Hi,

You can use these two properties to control scroll speed;

container.verticalLineScrollSize
container.verticalPageScrollSize

Mike

--- In flexcoders@yahoogroups.com, Sascha sbal...@... wrote:

 In Flex if you wrap a component into a Panel (or Canvas) which is larger
 than the Panel, by default the Panel will show scroll bars and can be
 scrolled. However the default speed for this scrolling is very slow so I'm
 wondering if there is any known workaround to make them faster? There seems
 to be no property or style which could control the speed.
 
 Sascha





RE: [flexcoders] Re: Increasing the Panel scroll speed?

2009-04-13 Thread Sascha
Thanks a lot Mike, these looked promising but somehow they don't seem to do
anything. If I just simply set verticalLineScrollSize of a Panel component
the scrolling always stays the same slow defaul scrolling speed, even if I
set it to 100. Is there anything else I need to care about when trying to
change this?

 

It would be also interesting if this would have an effect on scrolling with
the mouse wheel instead.

 

Best,

Sascha

 

 

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Michael Schmalle
Sent: Monday, April 13, 2009 19:03
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Increasing the Panel scroll speed?

 





Hi,

You can use these two properties to control scroll speed;

container.verticalLineScrollSize
container.verticalPageScrollSize

Mike

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ,
Sascha sbal...@... wrote:

 In Flex if you wrap a component into a Panel (or Canvas) which is larger
 than the Panel, by default the Panel will show scroll bars and can be
 scrolled. However the default speed for this scrolling is very slow so I'm
 wondering if there is any known workaround to make them faster? There
seems
 to be no property or style which could control the speed.
 
 Sascha