|
TVirtualDrawTree.DragWidth Property
Read or set the horizontal limit of the internal drag image.
Pascal
property DragWidth: Integer;
Description
The DragWidth property (as well as the DragHeight property) are only for compatibility reason in the tree. If a platform does not support the IDropTargetHelper interface (Windows 9x/Me, Windows NT 4.0) then Virtual Treeview uses its own implementation of a DragImage. Since displaying a translucent drag image is performance hungry you should limit the image size shown for the drag operation.
Class
Links
What do you think about this topic? Send feedback!
|