Wimark.Controls Class Library  

ListView.EnsureVisible(ListViewGroup) Method

Ensures that the specified group is visible within the control, scrolling the contents of the control if necessary.

[Visual Basic]
Overloads Public Sub EnsureVisible( _
   ByVal group As ListViewGroup _
)
 
[C#]
public void EnsureVisible( 
   ListViewGroup group 
);
[C++]
public: void EnsureVisible( 
   ListViewGroup* group 
);

Parameters

group
The group to scroll into view.

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

ListView Class | ListView Members | Wimark.Controls Namespace