I was wondering if in a WPF datagrid in .net 4.0, is it possible to have a static row.
What I am trying to achieve is to create a static row (row 0), that will alway
I am not sure about the rows but you can freeze columns using FrozenColumnCount. This way it will always be visible. There should be a freeze property.