Wimark.Controls Class Library  

DropDownArea.ScrollIntoView Method

Ensures that a specific area is visible.

[Visual Basic]
Protected Sub ScrollIntoView( _
   ByVal bounds As Rectangle _
)
 
[C#]
protected void ScrollIntoView( 
   Rectangle bounds 
);
[C++]
protected: void ScrollIntoView( 
   Rectangle bounds 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DropDownArea Class | DropDownArea Members | Wimark.Controls.Editors Namespace