PocketPlanner Programmer's Guide

Calendar.ScrollPosition Property

See Also

Gets or sets the current scroll position.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Point ScrollPosition { get; set; }

Visual Basic

Public Property ScrollPosition As Point

 Property Value

A .NET Point object specifying the scroll position.

 See Also