problem in datagrid column scrolling
-
hello sir , i am using a datagrid control in window form. my problem is that my data grid contain 24 columns. so is there any way i can disable scrolling for first two columns.
-
hello sir , i am using a datagrid control in window form. my problem is that my data grid contain 24 columns. so is there any way i can disable scrolling for first two columns.
DataGrid or DataGridView? in a DGV the DataGridViewColumn.Frozen property should help you out. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
-
DataGrid or DataGridView? in a DGV the DataGridViewColumn.Frozen property should help you out. :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.
actually i am using datagrid
-
actually i am using datagrid
That is too bad, maybe you can switch to DGV? :)
Luc Pattyn [Forum Guidelines] [My Articles]
The quality and detail of your question reflects on the effectiveness of the help you are likely to get. Show formatted code inside PRE tags, and give clear symptoms when describing a problem.