Search
Calendar.EnsureVisibleSelection Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool EnsureVisibleSelection { get; set; }

Visual Basic  Copy Code

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