ListView Sort columns?

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

    ListView Sort columns?

    hi all
    I used a listview with RightToLeft property enabled.
    I have 2 questions
    1-how can I show icon in right side of listview not let side?
    2-I want to sort listview by clicking on it's columns..,how can I?
    thx in advance.


  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: ListView Sort columns?

    Hi,
    [color=blue]
    > 1-how can I show icon in right side of listview not let side?[/color]

    Not very sure here, IMO this is an internal implementation and if you want
    to change it you would have to derive it and paint it yourself , ( a big
    pain !! ) , alternatively you could look for a 3rd party control that allow
    you do it, take a look at www.opennetcf.org for start.
    [color=blue]
    > 2-I want to sort listview by clicking on it's columns..,how can I?[/color]

    Using ColumnClick event?



    cheers,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation



    Comment

    Working...