I am trying to sort using Visual Basic .NET ListView Control.
I noticed that the SortKey property in not there in Visual Basic .Net ListView control. I am trying to sort on a column so when the user clicks a column it will sort on that column. In the documentation it said to use the ListViewItemSorter property with the Sort property. I do not see any example on how to do this in Visual Basic .Net. Does anybody have an example on how to use this property. There is no example available in the documentation.