Use the Drag and Drop component to browse through a catalogue, to assign tasks, or to add items to different lists or to sort items through lists or even in the same list. You can long press an element before you drag it.
It is fully compatible with Silk UI Themes and its customizations.
There are 2 blocks: DraggableItem and DropArea.
Each block receives a unique identifier, which will later be returned on the OnDrop or OnDropReceive events. In the DraggableItem block select the elements which will be draggable, and use the DropArea block to define the areas where those elements can be dropped.
If you want to sort items, set the Sort input parameter located in the DropArea’s block. This will make a specific DropArea sortable.
You can choose a time to start the interaction by setting a value in milliseconds in the Longpress input parameter, located in the DraggableItem block.
This component is not officially supported.
Learn more on the Silk UI Website.
Upgraded to OutSystems 11 and to OutSystems UI Mobile