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
C# Copy Code |
---|
public int ItemScroll { get; set; } |
Visual Basic Copy Code |
---|
Public Property ItemScroll As Integer |
An integer value specifying the current scroll bar position.
The value of this property equals the HScrollPos value in a vertical list view or the VScrollPos value in a horizontal list view.