A data grid usually allows users to reorder, resize, and sort its columns. A refined data grid implementation remembers the user’s changes to its columns’ display, restoring the columns to match how they previously appeared each time the application is launched. How do we implement such a feat if WPF’s DataGrid is our control of choice? Continue reading
Saving & Restoring WPF DataGrid Columns’ Size, Sorting and Order
•