ScrollIntoView Method (AWTComponent)

Action

Scrolls the component into view if it is hidden and a child of a scroll pane.

Syntax

C#
component.ScrollIntoView()
VB
component.ScrollIntoView()

Examples

VB

component.ScrollIntoView()