sort a listview by column header click 
Author Message
 sort a listview by column header click
I would like to sort a listview by clicking on a certain column header.
I found some examples but none of them works.
Can someone give me a working example for VB.net ?

Thanks





Mon, 26 Jul 2004 16:07:04 GMT  
 sort a listview by column header click
Hello,

I had a problem sorting a listview, because it always
sorts on text. So numerical values are considered as text
too, and dates dito. So I wrote a function that reads the
data into an array, then sorts the data on the right
datatype and then puts it in the listview again.
If your interested in this code, send me an e-mail and I
will mail it to you.
Regards,

GAH

Quote:
>-----Original Message-----
>I would like to sort a listview by clicking on a certain
column header.
>I found some examples but none of them works.
>Can someone give me a working example for VB.net ?

>Thanks


>.



Tue, 27 Jul 2004 17:30:48 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Sorting the content of list view on clicking column headers

2. ? 3014 Can't open any more tables - Click header to sort by column fails

3. List View click on header to sort date column

4. Sorted a listview on header click

5. How to sort on a listview column header?

6. sort ListView by date and time by pressing the column header

7. ListView: column header sort mark

8. Right Click on Listview Column Headers

9. Listview and Column Header Click

10. listview right-click on column header

11. ListView right click on column headers

12. sorting a listview by clicked column

 

 
Powered by phpBB® Forum Software