Wimark.Controls Class Library  

ListView.EnsureVisible Method

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

Overload List

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

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

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

[Visual Basic] Overloads Public Sub EnsureVisible(ListViewItem)
[C#] public void EnsureVisible(ListViewItem);
[C++] public: void EnsureVisible(ListViewItem*);

See Also

ListView Class | ListView Members | Wimark.Controls Namespace