Store columns order from WPF DataGrid.
- by Polaris
I developing WPF Application. Also I use WPF DataGrid in my app. I store columns visibility in XML file like
I want also to store columns order in the same file like
How can I do this?
Or Maybe you have your technics how to store order for WPF DataGrid.
Thank for help.