Results 1 to 3 of 3

Thread: LISTVIEW SORT COLUMN without click

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709

    Question

    Hi

    How can I sort the column of the listview without click

    thank you in advance

  2. #2
    Guest
    Go to the listview's custom dialog box,

    Under sorting tab check the check box
    Choose which column to sort by.
    0 = 1st column entered, etc.

  3. #3
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    Lightbulb List View

    In code, you can do it like this:

    ListView.SortKey = <<Number of column (Zero based)>>
    ListView.Sorted = TRUE

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