Search
Calendar.setHScrollerVisible Method
See Also
 






Sets a value indicating whether the horizontal 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 setHScrollerVisible (
    Boolean value
)

 Parameters

value

A Boolean value specifying the visibility state of the horizontal 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