Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This property works only if the ItemDraggable property value is set to "Default".

For more information on using conditions, see the Conditions tutorial in the Using SRP OLE Tree section.

There are other properties, methods, and events necessary to implement a complete drag and drop solution. See Drag and Drop for more details.

Example

Code Block
// Allow the user to drag only items with no children 
Set_Property(@Window:".OLE_TREE", "OLE.DragCondition", "Not(HasChildren)")

See Also

ItemDraggableDropCondition