Originally posted by Lou
I have a DataGrid with many columns. Users need to scroll horizontally in order to see everything. It would be helpful a few of the first columns remained visible no matter how far the user scrolls. Is there a way to freeze columns like the "Freeze Panes" functionality in Microsoft Excel?
(As a work-around, I could use two separate DataGrids. One would only show the columns always needed to be visible, and the other would have everything else. I would like to avoid this if I could.)
Thanks in advace for your help! |