Multi Column Combo Box CellDrop Down Width 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: 2024.12.31.0
If set to zero, it will default to an appropriate width based on the dropdown formatting options.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int DropDownWidth { get; set; }VB
Public Property DropDownWidth As Integer
Get
SetC++
public:
property int DropDownWidth {
int get ();
void set (int value);
}F#
member DropDownWidth : int with get, setProperty Value
Int32If set to zero, it will default to an appropriate width based on the dropdown formatting options.
Exceptions
| ArgumentException | This is thrown if the width is less than zero. |