G
Guest
Hi,
I use a listview to populate the data, and define a sorting direction with
Me.ListView1.Sorting = System.Windows.Forms.SortOrder.Ascending
so far no problem. As long as I add a new row into the listview
programatically
I got an error on sorting the data at above line:
System Argument Exception: '-1' is not a valid value for 'index'.
Anybody can give a hand?
Thanks in advance
I use a listview to populate the data, and define a sorting direction with
Me.ListView1.Sorting = System.Windows.Forms.SortOrder.Ascending
so far no problem. As long as I add a new row into the listview
programatically
I got an error on sorting the data at above line:
System Argument Exception: '-1' is not a valid value for 'index'.
Anybody can give a hand?
Thanks in advance