I want to freeze first 2 columns in my WPF Datagrid which I managed to do using FrozenColumnCount property. However when I ran the program I see that the horizontal scroll bar starts after frozen columns which looks wierd. Is there a way to start my Horizontal scrollbar from first column using some styles?
Share
You will have to edit the control template, in template you can set the starting column for PART_HorizontalScrollBar and achieve result you want.