Not documented.
Pascal
TVTMiscOption = (toAcceptOLEDrop, toCheckSupport, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toReportMode, toToggleOnDblClick, toWheelPanning, toReadOnly, toVariableNodeHeight, toFullRowDrag);
Description
Use other resources like the news group or the Delphi Gems message board to find a description.
Members
Members |
Description |
toAcceptOLEDrop |
Register tree as OLE accepting drop target |
toCheckSupport |
Show checkboxes/radio buttons. |
toEditable |
Node captions can be edited. |
toFullRepaintOnResize |
Fully invalidate the tree when its window is resized (CS_HREDRAW/CS_VREDRAW). |
toGridExtensions |
Use some special enhancements to simulate and support grid behavior. |
toInitOnSave |
Initialize nodes when saving a tree to a stream. |
toReportMode |
Tree behaves like TListView in report mode. |
toToggleOnDblClick |
Toggle node expansion state when it is double clicked. |
toWheelPanning |
This option and toMiddleClickSelect are mutal exclusive, where panning has precedence. |
toReadOnly |
No action is executed and node editing is not possible. |
Group
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|