PocketPlanner Programmer's Guide

Calendar.VScrollPos Property

See Also

Gets or sets the current vertical scroll position.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int VScrollPos { get; set; }

Visual Basic

Public Property VScrollPos As Integer

 Property Value

An integer value specifying the current vertical scroll position.

 See Also