Search
Calendar.setEnsureVisibleSelection Method
See Also
 






Sets a value indicating whether interactively selected cells should be automatically brought into view.

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

 Syntax

Java  Copy Code

public void setEnsureVisibleSelection (
    boolean value
)

 Parameters

value

A boolean value specifying whether the component should automatically scroll when the user selects cells outside of the current viewport (by using the keyboard for example).

 See Also