Gets or sets a value indicating whether the horizontal scroller should always be visible, always hidden or visible only when it is needed.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State HScrollerVisible { get; set; } |
Visual Basic Copy Code |
---|
Public Property HScrollerVisible As State |
A member of the State enumeration specifying the visibility state of the horizontal scroller.
Specify Disabled for this property to always hide the scroller, Enabled to always show it and Unspecified to let the Calendar control decide when to show the scroller.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |