ListViewItem.EnsureVisible Method

Definition

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

public:
 virtual void EnsureVisible();
public virtual void EnsureVisible ();
abstract member EnsureVisible : unit -> unit
override this.EnsureVisible : unit -> unit
Public Overridable Sub 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.

Applies to

See also