Click or drag to resize

ListViewEnsureVisible Method

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

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public void EnsureVisible(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to scroll into view.
See Also