Click or drag to resize

ShellComboBoxDropDownWidthAutoAdjust Property

Gets or sets a value indicating whether the combobox should adjust the width of the dropdown menu. The default value is true (In contrast to the default ComboBox which does not support this)

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected bool DropDownWidthAutoAdjust { get; set; }

Property Value

Type: Boolean
Whether this is a dropdown with auto adjustment of the width.
See Also