Search
Calendar.ScrollX Property
See Also
 






Gets or sets the current horizontal scroll position.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ScrollX { get; set; }

Visual Basic  Copy Code

Public Property ScrollX As Integer

 Property Value

An integer value.

 See Also