MindFusion WinForms 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.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ItemScroll { get; set; }

Visual Basic  Copy Code

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

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace