|
-
Oct 12th, 2005, 03:05 AM
#1
Thread Starter
Fanatic Member
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?
Last edited by popskie; Oct 12th, 2005 at 10:42 PM.
-
Oct 21st, 2005, 12:49 AM
#2
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|