MindFusion WinForms Programmer's Guide
Repeater.ScrollTo Method
See Also
 





Scrolls to specified item in the repeater.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public void ScrollTo (
    int controlIndex
)

Visual Basic  Copy Code

Public Sub ScrollTo( _
    controlIndex As Integer _
)

 Parameters

controlIndex

Index of the item to make visible.

 See Also

Repeater Members
Repeater Class
MindFusion.Common.WinForms Namespace