TdxBarTreeViewCombo.DropDownWidth Property
Specifies dropdown window width.
Declaration
property DropDownWidth: Integer read; write; default 150;
Property Value
Type | Default |
---|---|
Integer | 150 |
Remarks
Use this property to set or access a dropdown window’s width. If a dropdown window’s width is less than the width of the expanded tree view, a horizontal scrollbar appears at the bottom of the dropdown window.
See Also