Search
ListViewSettings.getEnableSnapping Method
See Also
 






Gets a value indicating whether custom snapping is enabled.

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

 Syntax

Java  Copy Code

public Boolean getEnableSnapping ()

 Return Value

A Boolean value.

 Remarks

When this property is enabled, the users will move and resize items with the precision specified by getSnapUnit instead of the precision of the view's resolution. When this property is disabled, the items will snap automatically to the border of their containing cells.

 See Also