RoundComboBoxListWidth Property

Specifies the width of the drop-down list. Minimum value is 10 pixels. Set this property to -1 to let RoundComboBox adjust the width of drop-down list automatically.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
public int ListWidth { get; set; }

Property Value

Int32

See Also