Hello,
Thanks in advance for any anwser.
Is there a word or a code for the scrolling customListView.
An example:
When I scroll a customListView, I need to make a panel off : visible=False
When I stop Scrolling the customListView the panel is on. Its state is : visible=True.
It's like a 'onCustomListViewScrolling'...do this.
I'm looking for an event on the scrolling.
Something we find in ActionScript 3.
I don't find anything like this in the customListView Core...or I don't see which word to use.