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
Java Copy Code |
---|
public void setFreeDrag ( |
A Boolean value. Set to null to use the corresponding value from the current theme.
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.
JPlanner Programmer's Guide | © 2023 MindFusion |