MindFusion.Java Package Programmer's Guide
Calendar.setAllowAutoScroll Method
See Also
 






Sets 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 void setAllowAutoScroll (
    boolean value
)

 Parameters

value

true to enable automatic scrolling; otherwise, false.

 Remarks

Automatic scrolling starts when a schedule item or a selection of items is dragged near the borders of the calendar contents rectangle. The contents rectangle is the part of a calendar view that contains all time cells and excludes the headers. If the mouse is moved outside the contents rectangle, the scrolling stops.

 See Also

Calendar Members
Calendar Class
com.mindfusion.scheduling Namespace