PocketPlanner Programmer's Guide

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.Compact
Assembly: PocketPlanner

 Syntax

C#

public State VScrollerVisible { get; set; }

Visual Basic

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