Search
Calendar.ScrollZoneSize Property
See Also
 






Gets or sets the distance from the edge of the view where user interactions would trigger autoscrolling.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public double ScrollZoneSize { get; set; }

Visual Basic  Copy Code

Public Property ScrollZoneSize As Double

 Property Value

A double value. The default is 15.

 See Also