Version

ScrollClientRectIntoView Method

Scrolls the specified point into view. The rect is absolute (relative to the control), not relative to this element or the client element. Returns true if scrolling took place otherwise false if the rect was already in view.
Syntax
'Declaration
 
Public Function ScrollClientRectIntoView( _
   ByVal rectToScrollIntoView As Rectangle _
) As Boolean
public bool ScrollClientRectIntoView( 
   Rectangle rectToScrollIntoView
)

Parameters

rectToScrollIntoView
Area to bring into view.

Return Value

True if the scrolling took place.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also