I have a question. Is there a way to reorder the columns? (like listview.ColumnHeaders(a).Position = b' in mscomctl.ocx) I want to save and restore the columnorder if a user changes it by using column drag and drop. |
Added a Position property to the Column object. |