Search
Calendar.HScrollerVisible Property
See Also
 





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

 Syntax

C#  Copy Code

public State HScrollerVisible { get; set; }

Visual Basic  Copy Code

Public Property HScrollerVisible As State

 Property Value

A member of the State enumeration specifying the visibility state of the horizontal scroller.

 Remarks

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.

 See Also