You'll probably have to write your own mouseWheel handling code.  Attach 
listener for the event and update verticalScrollPosition as needed.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Charles Parcell
Sent: Tuesday, May 05, 2009 1:01 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] VBox that scrolls without a scrollbar





I have a VBox and I want it to scroll using the mouse wheel and some arrow 
buttons that I will build.  The problem is, if I set the verticalScrollPolicy = 
"off" then the VBox does not scroll at all.

How can I visually turn off the scrollbar and keep the ability to scroll?

Thanks,
Charles P.

Reply via email to