Hi,
I want to have a datagridview in such a way that when the grid is populated the first column is fixed. By this i mean, if the horizontal scroll bar is moved the column is never, and the remaining columns disappear behind the first.
Im not sure where to start.
Any help would/will be much appreciated.
Thanks in advance.
N Dean G.
Loading
personPosted Jul 14, 2009, 11:09 AM
Ahh maggogg, your a legend thanks!
Worked perfectly.......
Thanks again
N Dean G.
naura paxPosted Jul 14, 2009, 10:49 AM
replace with your object names -:
gridView.Columns["ColumnName"].Frozen=true;
please tell me if it was worth it.