VB.NET; Access; Datasets; User Controls

How to sort a ListView control by a column header in VB.NET

Submitted by nimblebits on
Sorting of a ListView control can become complicated and is not included in the control by default. This example shows how to sort a ListView control by a column in your VB.NET application without any 3rd party addons. When you are working with the ListView control, you may want to sort its contents based on a specific column. An example of this kind of functionality occurs in a Windows Explorer