Search
ListViewSettings.setFreeDrag Method
See Also
 






Sets a value indicating whether users can drag items anywhere in the view, not only in the first unoccupied row.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setFreeDrag (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 Remarks

Set this property to true to disable the default item layout algorithm, where colliding items are arranged relative to each other according to their start and end times and their Item.getPriority. Turning this property on will allow users to move items anywhere within the view.

The position of an item within the view can be obtained and set programmatically through the use of the Calendar.getItemListLane and Calendar.setItemListLane methods.

 See Also