ActiveReports 12
ScrollControlIntoView Method (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : ScrollControlIntoView Method
The child control to scroll into view.
Scrolls the specified child control into view on an auto-scroll enabled control.
Syntax
'Declaration
 
Public Sub ScrollControlIntoView( _
   ByVal activeControl As Control _
) 
public void ScrollControlIntoView( 
   Control activeControl
)

Parameters

activeControl
The child control to scroll into view.
See Also

Reference

Viewer Class
Viewer Members