|
TVTSelectionOption Enumeration
Not documented.
Pascal
TVTSelectionOption = (toDisableDrawSelection, toExtendedFocus, toFullRowSelect, toLevelSelectConstraint, toMiddleClickSelect, toMultiSelect, toRightClickSelect, toSiblingSelectConstraint, toCenterScrollIntoView, toSimpleDrawSelection);
Description
Use other resources like the news group or the Delphi Gems message board to find a description.
Members
Members |
Description |
toDisableDrawSelection |
Prevent user from selecting with the selection rectangle in multiselect mode. |
toExtendedFocus |
Entries other than in the main column can be selected, edited etc. |
toFullRowSelect |
Hit test as well as selection highlight are not constrained to the text of a node. |
toLevelSelectConstraint |
Constrain selection to the same level as the selection anchor. |
toMiddleClickSelect |
with the middle mouse button. This and toWheelPanning are mutual exclusive. |
toMultiSelect |
Allow more than one node to be selected. |
toRightClickSelect |
with the right mouse button. |
toSiblingSelectConstraint |
constrain selection to nodes with same parent |
toCenterScrollIntoView |
Center nodes vertically in the client area when scrolling into view. |
toSimpleDrawSelection |
Simplifies draw selection, so a node's caption does not need to intersect with the selection rectangle. |
Group
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|