Property of DGridView
Friends, I have a DataGridView(DGV) with a combobox column, I just
want to know which property of the comboboxcolumn should I set
so that when the focus is on the comboboxcell the visiblity of the combobox's arrow is true. e.g..
pname is an comboboxcolumn with all company name.
DataGridViewComboBoxColumn pname = new DataGridViewComboBoxColumn();
pname.(which property to set)
Thankyou to in advance...
|