2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Change the size of combobox buttonYou can change the size of a ComboBox button by changing the ButtonBarSize in the cell model. C# GridComboBoxCellModel model = this.gridControl1.CellModels["ComboBox"] as GridComboBoxCellModel; //Change the button size of the ComboBox in a cell model.ButtonBarSize = new Size(8, 8); VB Dim model As GridComboBoxCellModel = TryCast(Me.gridControl1.CellModels("ComboBox"), GridComboBoxCellModel) 'Change the button size of the ComboBox in a cell model.ButtonBarSize = New Size(8, 8)
Figure 1: GridControl with changed ComboBox button size Samples: |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.