TdxBarLookupCombo.AllowResizing Property
In This Article
Specifies whether dropdown window resizing is available.
#Declaration
Delphi
property AllowResizing: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If the AllowResizing property is set to True, the dropdown window allows runtime resizing using the window grip.
See Also