List Component and scrolling with mouse-position

Before I started this Thread I searched a lot of Flash forums…

I have used a standard LIST component and did some action script so it loads labels from a XML-file.
I also used the

ListBox.vScrollPolicy = “auto”;

to turn off the ugly scrollbar…

My question is… how to scroll the list …for example:

when I move my mousecursor to the top of the list it scrolls upwards… and if I move my mousecursor to the bottom of the list it scrolls downwards.

We all know the gotoAndLearn() Tutorials… there is one called the
“Scrolling Thumbnail Panel”
This tutorial shows what I mean. I tried to use that code for the list component but I offcourse the list scrolls up and down and not the items in the list :frowning: …dont think there is a Instancename.items thingy…

Is there a way to do this with the “List Component” or is it just toooo limited??

Thank in advance!! (^_^)