Results 1 to 9 of 9

Thread: How can you sort a listview based on the column clicked? *resolved*

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    How can you sort a listview based on the column clicked? *resolved*

    anyone know?
    Last edited by VaxoP; Aug 5th, 2003 at 11:55 PM.

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Are you talking about when someone highlights an object within the listview or something totally different?

    A better explination of your program would help us in providing you help

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    i have 5 columns in my listview

    A B C D E

    how can i sort the listview according the column clicked? if B was clicked, then sort the data according to values in B. if D was clicked, sort according to D.

    any idea?

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Check out the SelectedIndexChanged event

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    but how can you sort according to the index?
    i can only get it to sort to the first column..

  6. #6
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    You have to implement IComparable. Look in the help. There is an example there.

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    i didnt install help (needed the hd space) and msdn.microsoft.com is down

    argh why is it so hard to sort a listview?

  8. #8
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Here is a project I did a while back. It should help you with what you need to do.
    Attached Files Attached Files

  9. #9

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    thank you very much =)

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