PDA

View Full Version : ScrollPane - Issue with using the mouse wheel to scroll


bubba
07-23-2006, 12:45 AM
Hello All ----

I am using the scroll pane component loading content via an external swf. I have noticed that the only way the content will scroll with the mouse wheel is if the mouse(cursor) is over the scroll bar. If the cursor is over the content and I attempt to scroll using the mouse wheel, it doesn't work. Is this the correct functionality of the scroll pane?

Thanks for any and all replies.

whodeee
11-15-2007, 09:06 PM
I know this post is old but I ran into the same issue and what it is is the scroll pane want to have some sort of graphic or text under the mouse in order to scroll. So what I did that worked was to but a graphic under everything and set it to 0% opacity and then it scrolled great.

Hope this helps someone.

wessness
01-28-2008, 11:37 PM
Thank you!