Results 1 to 2 of 2

Thread: anyone can give step on how to detect an event during scrolling the listview.

  1. #1

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    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.

  2. #2
    Fanatic Member BillBoeBaggins's Avatar
    Join Date
    Jan 2003
    Location
    in your database, dropping your tables.
    Posts
    628

    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
  •  



Click Here to Expand Forum to Full Width