ListView Sorting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Levi

    ListView Sorting

    How it is possible to sort ListView by clicking on the column when I have
    numeric values (as string) in the column?
    I tried to add numeric values into the listview, but it addes them as strings.

    I can sort the column but I'm getting string sorting, for exp:
    11,111,1111,22, 222...

    Thanks
  • Herfried K. Wagner [MVP]

    #2
    Re: ListView Sorting

    Alex,

    "Alex Levi" <AlexLevi@discu ssions.microsof t.com> schrieb:[color=blue]
    > How it is possible to sort ListView by clicking on the column when I have
    > numeric values (as string) in the column?
    > I tried to add numeric values into the listview, but it addes them as
    > strings.
    >
    > I can sort the column but I'm getting string sorting, for exp:
    > 11,111,1111,22, 222...[/color]

    Some samples for sorting a listview control can be found here:

    <URL:http://www.codeproject .com/cs/miscctrl/#ListView+contr ols>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...