PocketPlanner Programmer's Guide

Calendar.HScrollerSmallChange Property

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int HScrollerSmallChange { get; set; }

Visual Basic

Public Property HScrollerSmallChange As Integer

 Property Value

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

 See Also