Today I started working on a DataGrid (System.Windows.Forms.DataGrid) which supports "fixed columns". Goal is to be able to have a number of columns on the left of the grid which are always visible while scrolling through the other columns.
First thing to do is to create a custom columnstyle (System.Windows.Forms.DataGridColumnStyle) which holds some extra properties. While I am at it I will also implement some extra coloring features for these columns.
I'll post some code snippets here when I have made some progress.
10:42:35 PM
|