Search
ListViewSettings.getFreeDrag Method
See Also
 






Gets 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 Boolean getFreeDrag ()

 Return Value

A Boolean value.

 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