Hello Group!
I've looked around to see if there is specific code in VB.net to do this, but I haven't seen any.
I'm using ListView/Detail and want to ensure that it is sorted ascending by one specific column. That column is called "hdrLineNo". I know that I can choose "Sorting - Ascending" in the properties box. However this field IS NOT the first column of the ListView. So my question is:
Can I dynamically program the ListView to sort by the column called "hdrLineNo"? If so, how is this done?
As always, thanks for your help.
Don