PocketPlanner Programmer's Guide

Calendar.EnsureVisibleSelection Property

See Also

Gets or sets a value indicating whether the selected cells should be automatically brought into view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool EnsureVisibleSelection { get; set; }

Visual Basic

Public Property EnsureVisibleSelection As Boolean

 Property Value

A Boolean value specifying whether the control should automatically scroll when the user selects cells outside of the current viewport (by using the keyboard for example).

 See Also