DataRepeater.ScrollControlIntoView Method

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

Syntax

'Declaration
Public Sub ScrollControlIntoView ( _
    activeControl As Control _
)
public void ScrollControlIntoView(
    Control activeControl
)
public:
void ScrollControlIntoView(
    Control^ activeControl
)
member ScrollControlIntoView : 
        activeControl:Control -> unit
public function ScrollControlIntoView(
    activeControl : Control
)

Parameters

  • activeControl
    Type: Control

.NET Framework Security

See Also

Reference

DataRepeater Class

Microsoft.VisualBasic.PowerPacks Namespace