How does WPF DataGrid get frozen rows/columns working?
22:39 07 Dec 2012

I created a user control based on Grid (not DataGrid), which is wrapped in a ScrollViewer. Now I would like to have frozen rows/columns capability just like in DataGrid, but couldn't figure out how.

Can somebody give me some insight how it is done in WPF DataGrid?

wpf datagrid scrollviewer