TcxCustomShellComboBoxProperties.DropDownSizeable Property
Determines whether the shell combo box dropdown is sizeable.
Declaration
property DropDownSizeable: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the DropDownSizeable property to True to allow a user to change the size of the popup window using the mouse. If DropDownSizeable is set to False, the user cannot resize the popup.
Use the DropDownWidth property to change the shell combo box dropdown width when the DropDownSizeable is False.
The default value of the DropDownSizeable property is True.
See Also