Search
Calendar.VScrollerVisible Property
See Also
 





Gets or sets a value indicating whether the vertical 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 VScrollerVisible { get; set; }

Visual Basic  Copy Code

Public Property VScrollerVisible 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