I have a Listview with 2 columns : Model | Variants . By clicking on the top I want the table organized according to the column I click
If there are multiple columns, why don’t you use one
ListView
or aGridView
in place ofListBox
?– Jéf Bueno
I’m Wearing a Listview , I got confused.
– Mateus Rocha Ramos
Use a Gridview... is easier! Gridview.Sort Method (String, Sortdirection)
– myseLFFF