-
sorting listview item
how to sorting the list view item ???
i have a list view that have the following item
Name hobby Age
a basketball 20
b badminton 21
a tennis 20
c basketball 20
how can i arrange the sequence or the listview item
example if i click at the name and all the name a will be in the first place example
Name hobby Age
a
a
b
c
if i click at the hobby the hobby will arrange like below
Name hobby Age
basketball
basketball
badminton
tennis
can the list view do that ???
if yes can someone give me a sample coding
-
Hi,
You will find clear instructions in MSDN Help under
ListViewItemSorter