A WPF class which defines an object that has a modifiable state and a read-only (frozen) state.
Many types in WPF derive from Freezable. It provides immutability to mutable POCO objects and, apparently, allows for improved performance …
wpf performance freeze freezableI have a WPF DataGrid.. I want to freeze first column of that WPF DataGrid while horizontal scrlling.. My code …
c# wpf wpfdatagrid freeze freezable