ActiveReports 13
ScrollControlIntoView Method (ReportsLibrary)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.ReportsLibrary Namespace > ReportsLibrary 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

ReportsLibrary Class
ReportsLibrary Members