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 (in ShellBrowser.dll) Version: 7.2
Syntax
protected bool DropDownWidthAutoAdjust { get; set; }

Property Value

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