Skip to main content

TdxBarTreeViewCombo.AllowResizing Property

Specifies whether users can resize a dropdown window.

Declaration

property AllowResizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If AllowResizing is True, users can change dropdown window size and the dropdown window paints a window resizer grip; otherwise, the dropdown window does not include resizing and looks like a standard combo box list window. In this instance, you must use the DropDownWidth and DropDownHeight properties to set dropdown window size.

See Also