ListView Sort columns?

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

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.
 
Hi,
1-how can I show icon in right side of listview not let side?

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.
2-I want to sort listview by clicking on it's columns..,how can I?

Using ColumnClick event?



cheers,
 
Back
Top