Listview sorting problem

  • Thread starter Thread starter Stanley
  • Start date Start date
S

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.
 
Stanley said:
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
 
Back
Top