|
I created a ListView derived control. The control has 5 columns and a number of rows. The user of my control (that is another programmer) may want to change order of columns. However when my control is placed on new form I cannot change order of columns. To be precise I can move them up and down in "ColumnHeader Collection Editor" but the ordering information is not saved anywhere. Of course I can change DisplayIndex of a particular ColumnHeader in code but having designed support for that would be better. Is it possible? |