Okay. I want to transfer a number of templates from an Expression Blend Silverlight application to a WPF one.
All was going well until I came across DataFridFrozenGrid which is a Silverlight specific control. See here for more information.
The description is that it is a non-scrollable DataGrid.
Has anyone any experience of porting the same functionality as this to WPF?
Is it just a case of using DataGrid and setting properties to prevent scrolling or is more involved than that?