مشاركة عبر


DataRepeater.ScrollControlIntoView Method

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

Syntax

'إقرار
Public Sub ScrollControlIntoView ( _
    activeControl As Control _
)
'الاستخدام
Dim instance As DataRepeater
Dim activeControl As Control

instance.ScrollControlIntoView(activeControl)
public void ScrollControlIntoView(
    Control activeControl
)
public:
void ScrollControlIntoView(
    Control^ activeControl
)
member ScrollControlIntoView : 
        activeControl:Control -> unit 
public function ScrollControlIntoView(
    activeControl : Control
)

Parameters

.NET Framework Security

See Also

Reference

DataRepeater Class

DataRepeater Members

Microsoft.VisualBasic.PowerPacks Namespace