|
-
Sep 21st, 2000, 02:58 PM
#1
Thread Starter
Fanatic Member
Hi
How can I sort the column of the listview without click
thank you in advance
-
Sep 21st, 2000, 03:05 PM
#2
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.
-
Sep 22nd, 2000, 03:01 AM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|