List view and sorting 
Author Message
 List view and sorting

I am having trouble sorting when using a listview.  It seems and the
if i understand the documentation, treats everything as a string and
sorts accordingly.

Is there a way around this?  In one listview i have several columns,
one is a date, one is text and the other are numbers.  When i sort on
the date it sorts as it is a string.  I can get around the number
columns by left padding with zeros.  But I would like to avoid this.
I understand it won't sort text1, text2, and text10 like i would like
but that is a side issue.

Also is there a way to make the column headers be taller than one row
of text?

thanks.

bundy.

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.*-*-*.com/ - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----



Sun, 30 Nov 2003 07:45:21 GMT  
 List view and sorting
See http://www.mvps.org/vbnet/code/callback/lvsortcallback.htm

--

Randy Birch
MVP Visual Basic

http://www.mvps.org/vbnet/

Please respond only to the newsgroups so all can benefit.


: I am having trouble sorting when using a listview.  It seems and the
: if i understand the documentation, treats everything as a string and
: sorts accordingly.
:
: Is there a way around this?  In one listview i have several columns,
: one is a date, one is text and the other are numbers.  When i sort on
: the date it sorts as it is a string.  I can get around the number
: columns by left padding with zeros.  But I would like to avoid this.
: I understand it won't sort text1, text2, and text10 like i would like
: but that is a side issue.
:
: Also is there a way to make the column headers be taller than one row
: of text?
:
: thanks.
:
: bundy.
:
:
: -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
: http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
: -----==  Over 80,000 Newsgroups - 16 Different Servers! =-----



Sun, 30 Nov 2003 10:04:05 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. List View Column Sorting

2. list view to sort

3. Help:list view control sorting

4. List view date sort

5. slow list view sorting - help needed

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

7. List View Sort Question

8. List View Sort order

9. Logical sorting in List View (date and/or time)

10. List View click on header to sort date column

11. List View - Sort by Clicking Header

12. LIST VIEW - FILE SIZE SORT

 

 
Powered by phpBB® Forum Software