PocketPlanner Programmer's Guide

Calendar.VScrollerSmallChange Property

See Also

Gets or sets the small step for the vertical scroll bar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int VScrollerSmallChange { get; set; }

Visual Basic

Public Property VScrollerSmallChange As Integer

 Property Value

An integer value representing the small step of the vertical scroll bar.

 See Also