The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ragdog on January 21, 2012, 02:09:13 PM

Title: Listview Sort by Name
Post by: ragdog on January 21, 2012, 02:09:13 PM
Hi

I have read Tutorial 31: Listview
And now have i the question how i can sort a listview by name?

Greets,



Title: Re: Listview Sort by Name
Post by: dedndave on January 21, 2012, 02:26:09 PM
click on the "Filename" column heading
click on it again to reverse the order   :P
Title: Re: Listview Sort by Name
Post by: ragdog on January 21, 2012, 02:31:09 PM
Hmm

No this sort from Up to down and backward
And i mean sort by same name

Example

Masm32
Test1
Test3
Masm32
Test2
Masm32

to

Masm32
Masm32
Masm32
Test1
Test2
Test3