-
list view questions
I need to detect when list view has been scrolled.. This needs to detect when the scroll mouse scrolls it too
and..
i need to no how to find the index of the first visible item on the list when the list is scrolled
if u no how to do any of these please reply ..
thnx in advance
-
It probably involves some complicated API and subclassing - what exactly is your goal, maybe we can find another (easier) way to do it?
-
i want to have a custom scroll bar scroll the list rather than the default one
-
Why's that?
It will require subclassing methinks...