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.1
Syntax protected bool DropDownWidthAutoAdjust { get; set; }
Protected Property DropDownWidthAutoAdjust As Boolean
Get
Set
protected:
property bool DropDownWidthAutoAdjust {
bool get ();
void set (bool value);
}
member DropDownWidthAutoAdjust : bool with get, set
Property Value
Type:
BooleanWhether this is a dropdown with auto adjustment of the width.
See Also