This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.EnsureVisible Method

Ensures that a list-view item becomes either entirely or partially visible, scrolling the list-view control if necessary.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Function EnsureVisible ( _
	itemIndex As Integer _
) As Boolean
C#
public bool EnsureVisible(
	int itemIndex
)

Parameters

itemIndex

Type: System.Int32

An index of the item which you want to make visible.

Return Value

true if successful, or false otherwise.

See Also

Reference