PocketPlanner Programmer's Guide

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

 Syntax

C#

public State HScrollerVisible { get; set; }

Visual Basic

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