Search
Calendar.setVScrollerVisible Method
See Also
 






Sets a value indicating whether the vertical scrollbar should always be visible, always hidden or visible only when it is needed.

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

 Syntax

Java  Copy Code

public void setVScrollerVisible (
    Boolean value
)

 Parameters

value

A Boolean value specifying the visibility state of the vertical scrollbar.

 Remarks

Specify false for this method to always hide the scrollbar, true, to always show it and null to let the Calendar component decide when to show the scrollbar.

 See Also