ListViewItem.EnsureVisible Method
Ensures that the item is visible within the control, scrolling the contents of the control if necessary.
[Visual Basic] Public Overridable Sub EnsureVisible() [C#] public virtual void EnsureVisible(); [C++] public: virtual void EnsureVisible(); [JScript] public function EnsureVisible();
Remarks
You can use this method to ensure that the item is visible within the ListView control. This method can be used when performing validation on the item. You can call the EnsureVisible method to ensure that the item is displayed in the ListView control, if it failed validation, to allow the user to perform changes on the item.
This method is similar to the EnsureVisible method of the ListView control.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ListViewItem Class | ListViewItem Members | System.Windows.Forms Namespace | EnsureVisible