anyone can give step on how to detect an event during scrolling the listview.
hi,
anyone can give step on how to detect an event or the windows message during scrolling the listview. im using C# of my windows application?
Re: anyone can give step on how to detect an event during scrolling the listview.
Well, according to MSDN, barring tapping into windows API, the event list you have natural access to for a ListView is:
AfterLabelEdit
BackgroundImageChanged
BeforeLabelEdit
ColumnClick
ItemActivate
ItemCheck
ItemDrag
Paint
SelectedIndexChanged
TextChanged...
The only I think you will be triggering is maybe the Paint event.