PocketPlanner Programmer's Guide

TimetableSettings.EnableAutoDayChange Property

See Also

Gets or sets a value indicating whether the Timetable view will automatically scroll one day forth and back when the user moves the mouse at the top or at the bottom of the view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public State EnableAutoDayChange { get; set; }

Visual Basic

Public Property EnableAutoDayChange As State

 Property Value

A member of the State enumeration.

 See Also