Share via


DataRepeater.ScrollItemIntoView Method

 

Scrolls a specified DataRepeaterItem into view in a DataRepeater control, optionally aligning it with the top of the control.

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Overload List

Name Description
System_CAPS_pubmethod ScrollItemIntoView(Int32)

Scrolls a specified DataRepeaterItem into view in a DataRepeater control.

System_CAPS_pubmethod ScrollItemIntoView(Int32, Boolean)

Scrolls a specified DataRepeaterItem into view in a DataRepeater control, optionally aligning it with the top of the control.

See Also

DataRepeater Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top