Basically I'd like to implement what Doug Mccume has done with scrollbars
within dropdown menus (but for scrollbars within Panels)...please take a look
at:
http://dougmccune.com/blog/2007/01/2...enus-for-flex/
I am parsing an XML feed and displaying <title> and <description> of each
<item> in an HBox container...as expected this results in a long list and
subsequent scrollbar...I'd like to get rid of the scrollbar and replace it with
an arrow across bottom of panel (above controlBar) that scrolls on mouseover.
...I'm new to Flex so its kind of hard for me to breakdown what Doug has done.
Thanks for the help!