Hello,
I have a grid with several columns and depending on the user the desired order of columns changes.
Is there a way for me to export the column layout to either the registry or a file that can later be imported and reapplied the next time the window is opened?
I was thinking that I could do this manually but I thought I would ask do see if something is already built in.
If there is not something built in, any ideas on how to handle this?
Yes, use the Save and Load methods on the grid.DisplayLayout. You can save to binary or XML, to a file or a stream.