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
SyntaxJava
Copy Code
|
|---|
public void setHScrollerVisible ( |
A Boolean value specifying the visibility state of the horizontal scrollbar.
RemarksSpecify 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