Home All Groups Group Topic Archive Search About

Listview sorting problem

Author
9 Mar 2006 6:46 AM
Stanley
Hi there, I want to sort the items: A1, A3, A11, A12 in listview into
A1, A3, A11, A12, but it always in this order: A1, A11, A12, A3. Is it
a bug, or some eles? Please help me. Thanks in advance.

Author
9 Mar 2006 9:35 AM
Armin Zingler
"Stanley" <xstan***@gmail.com> schrieb
> Hi there, I want to sort the items: A1, A3, A11, A12 in listview
> into A1, A3, A11, A12, but it always in this order: A1, A11, A12,
> A3. Is it a bug, or some eles? Please help me. Thanks in advance.


Use the Listviewitem's ListViewItemSorter property.


Armin