The AutoDragEnum type indicates what the control
does when the user clicks and start dragging a row or an item. The
AutoDrag
property indicates the way the component supports the AutoDrag feature. The
AutoDrag feature indicates what the control does when the user clicks an item
and start dragging. For instance, using the AutoDrag feature you can automatically
lets the user to drag and drop the data to OLE compliant applications like
Microsoft Word, Excel and so on. The
SingleSel
property specifies whether the control supports single or multiple selection.
The drag and drop operation starts once the user clicks and moves the cursor
up or down, if the SingleSel property is True, and if SingleSel property is
False, the drag and drop starts once the user clicks, and waits for a short
period of time. If SingleSel property is False, moving up or down the cursor
selects the items by drag and drop.
The AutoDragEnum type supports the following values:
| | Name | Value | Description | |
| |
exAutoDragNone | 0
|
AutoDrag is disabled.
| |
| |
exAutoDragPosition | 1
|
Reserved.
| |
| |
exAutoDragPositionKeepIndent | 2
|
Reserved.
| |
| |
exAutoDragPositionAny | 3
|
Reserved.
| |
| |
exAutoDragCopy | 8
|
Drag and drop the selected items to a target application, and paste them as image or text.
Pasting the data to the target application depends on the application. You can
use the exAutoDragCopyText to specify that you want to paste as Text, or
exAutoDragCopyImage as an image.
| |
| |
exAutoDragCopyText | 9
|
Drag and drop the selected items to a target application, and paste them as text only.
Ability to drag and drop the data as text, to your favorite Office applications,
like Word, Excel, or any other OLE-Automation compliant. The drag and drop operation
can start anywhere
Click here
to watch a movie on how
exAutoDragCopyText works.
| |
| |
exAutoDragCopyImage | 10
|
Drag and drop the selected items to a target application, and paste them as image only.
Ability to drag and drop the data as it looks, to your favorite Office
applications, like Word, Excel, or any other OLE-Automation compliant. The drag
and drop operation can start anywhere
Click here
to watch a movie on how
exAutoDragCopyImage works.
| |
| |
exAutoDragCopySnapShot | 11
|
Drag and drop a snap shot of the current component. This option could be used
to drag and drop the current snap shot of the control to your favorite Office
applications, like Word, Excel, or any other OLE-Automation compliant.
| |
| |
exAutoDragScroll | 16
|
The component is scrolled by clicking the item and dragging to a new position.
This option can be used to allow user scroll the control's content with NO usage
of the scroll bar, like on your IPhone. Ability to smoothly scroll the control's
content. The feature is useful for touch screens or tables pc, so no need to
click the scroll bar in order to scroll the control's content.
Click here
to watch a movie on how
exAutoDragScroll works.
| |
| |
exAutoDragPositionOnShortTouch | 256
|
exAutoDragPositionOnShortTouch. The object can be dragged from a position to another, but not outside of its group.
| |
| |
exAutoDragPositionKeepIndentOnShortTouch | 512
|
exAutoDragPositionKeepIndentOnShortTouch. The object can be dragged to any position or to any parent, while the dragging object keeps its indentation.
| |
| |
exAutoDragPositionAnyOnShortTouch | 768
|
exAutoDragPositionAnyOnShortTouch. The object can be dragged to any position or to any parent, with no restriction.
| |
| |
exAutoDragCopyOnShortTouch | 2048
|
exAutoDragCopyOnShortTouch. Drag and drop the selected objects to a target application, and paste them as image or text.
| |
| |
exAutoDragCopyTextOnShortTouch | 2304
|
exAutoDragCopyTextOnShortTouch. Drag and drop the selected objects to a target application, and paste them as text only.
| |
| |
exAutoDragCopyImageOnShortTouch | 2560
|
exAutoDragCopyImageOnShortTouch. Drag and drop the selected objects to a target application, and paste them as image only.
| |
| |
exAutoDragCopySnapShotOnShortTouch | 2816
|
exAutoDragCopySnapShotOnShortTouch. Drag and drop a snap shot of the current component.
| |
| |
exAutoDragScrollOnShortTouch | 4096
|
exAutoDragScrollOnShortTouch. The component is scrolled by clicking the object and dragging to a new position.
| |
| |
exAutoDragPositionOnRight | 65536
|
exAutoDragPositionOnRight. The object can be dragged from a position to another, but not outside of its group.
| |
| |
exAutoDragPositionKeepIndentOnRight | 131072
|
exAutoDragPositionKeepIndentOnRight. The object can be dragged to any position or to any parent, while the dragging object keeps its indentation.
| |
| |
exAutoDragPositionAnyOnRight | 196608
|
exAutoDragPositionAnyOnRight. The object can be dragged to any position or to any parent, with no restriction.
| |
| |
exAutoDragCopyOnRight | 524288
|
exAutoDragCopyOnRight. Drag and drop the selected objects to a target application, and paste them as image or text.
| |
| |
exAutoDragCopyTextOnRight | 589824
|
exAutoDragCopyTextOnRight. Drag and drop the selected objects to a target application, and paste them as text only.
| |
| |
exAutoDragCopyImageOnRight | 655360
|
exAutoDragCopyImageOnRight. Drag and drop the selected objects to a target application, and paste them as image only.
| |
| |
exAutoDragCopySnapShotOnRight | 720896
|
exAutoDragCopySnapShotOnRight. Drag and drop a snap shot of the current component.
| |
| |
exAutoDragScrollOnRight | 1048576
|
exAutoDragScrollOnRight. The component is scrolled by clicking the object and dragging to a new position.
| |
| |
exAutoDragPositionOnLongTouch | 16777216
|
exAutoDragPositionOnLongTouch. The object can be dragged from a position to another, but not outside of its group.
| |
| |
exAutoDragPositionKeepIndentOnLongTouch | 33554432
|
exAutoDragPositionKeepIndentOnLongTouch. The object can be dragged to any position or to any parent, while the dragging object keeps its indentation.
| |
| |
exAutoDragPositionAnyOnLongTouch | 50331648
|
exAutoDragPositionAnyOnLongTouch. The object can be dragged to any position or to any parent, with no restriction.
| |
| |
exAutoDragCopyOnLongTouch | 134217728
|
exAutoDragCopyOnLongTouch. Drag and drop the selected objects to a target application, and paste them as image or text.
| |
| |
exAutoDragCopyTextOnLongTouch | 150994944
|
exAutoDragCopyTextOnLongTouch. Drag and drop the selected objects to a target application, and paste them as text only.
| |
| |
exAutoDragCopyImageOnLongTouch | 167772160
|
exAutoDragCopyImageOnLongTouch. Drag and drop the selected objects to a target application, and paste them as image only.
| |
| |
exAutoDragCopySnapShotOnLongTouch | 184549376
|
exAutoDragCopySnapShotOnLongTouch. Drag and drop a snap shot of the current component.
| |
| |
exAutoDragScrollOnLongTouch | 268435456
|
exAutoDragScrollOnLongTouch. The component is scrolled by clicking the object and dragging to a new position.
| |