Home › Forums › WinForms controls › Xceed Grid for WinForms › CellEditor Control- size › Reply To: CellEditor Control- size
Hi,
There is currently no way to control the width of the cell editor. However, you can adjust the row’s height to fit the editor by setting the DataRowTemplate’s .FitHeightToEditors to true.
ie:
gridControl1.DataRowTemplate.FitHeightToEditors = true;
Cheers!
Imported from legacy forums. Posted by PL (had 5177 views)