TCustomdxVTreeViewEdit.DropDownWidth Property
Determines the width of a drop-down treeview
Declaration
property DropDownWidth: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use DropDownWidth to set the width of the drop-down treeview by default. If the DropDownWidht is 0, then the width of the drop-down treeview will be the same as of the treeview editor.
Note: A user can change the DropDownWidth property at run-time by re-sizing the drop-down tree-view window.
See Also