Store columns order from WPF DataGrid.
        Posted  
        
            by Polaris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Polaris
        
        
        
        Published on 2010-03-19T11:49:48Z
        Indexed on 
            2010/03/19
            11:51 UTC
        
        
        Read the original article
        Hit count: 301
        
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.
© Stack Overflow or respective owner