PocketPlanner Programmer's Guide

Calendar.HScrollPos Property

See Also

Gets or sets the current horizontal scroll position.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int HScrollPos { get; set; }

Visual Basic

Public Property HScrollPos As Integer

 Property Value

An integer value specifying the current horizontal scroll position.

 See Also