suniligate
Member
- Joined
- Aug 11, 2010
- Messages
- 10
- Programming Experience
- 1-3
Is there any way to set the Size of Combobox in a DatagridviewComboboxCell at run time?
My requirement is i need to set the RowHeight of a datagridview to 17.I have 5 columns in my gridview (1-Textbox,2-CheckBox,3-TextBox,4-Combobox,5-Textbox) .When i am setting this to 17 i am not able to see the Checkbox in the checkbox column.and ComboBox inside ComboboxColumn is also Not exactly fits into the Cell.
So i want to resize the Combobox/Checkbox used in datgridview cell. is there any workaround to set the size of these controls in datagridview.
My requirement is i need to set the RowHeight of a datagridview to 17.I have 5 columns in my gridview (1-Textbox,2-CheckBox,3-TextBox,4-Combobox,5-Textbox) .When i am setting this to 17 i am not able to see the Checkbox in the checkbox column.and ComboBox inside ComboboxColumn is also Not exactly fits into the Cell.
So i want to resize the Combobox/Checkbox used in datgridview cell. is there any workaround to set the size of these controls in datagridview.