MultiColumnComboBoxCellDropDownWidth Property

Gets or sets the width of the of the drop-down portion of the combo box

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int DropDownWidth { get; set; }

Property Value

Int32
If set to zero, it will default to an appropriate width based on the dropdown formatting options.

Exceptions

ArgumentExceptionThis is thrown if the width is less than zero.

See Also