Search
Calendar.getAllowAutoScroll Method
See Also
 






Gets a value indicating whether the control scrolls automatically its contents when users drag items near the edge of the client rectangle.

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

 Syntax

Java  Copy Code

public boolean getAllowAutoScroll ()

 Return Value

true to enable automatic scrolling; otherwise, false. The default is true.

 See Also