PocketPlanner Programmer's Guide

Calendar.ItemScroll Property

See Also

Gets or sets the current scroll position in a List view whose EnableVirtualItemSpace property is set to Enabled.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int ItemScroll { get; set; }

Visual Basic

Public Property ItemScroll As Integer

 Property Value

An integer value specifying the current scroll bar position.

 Remarks

The value of this property equals the HScrollPos value in a vertical list view or the VScrollPos value in a horizontal list view.

 See Also