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

VirtualListView.SetItemPosition Method

Sets a position of the specified item.

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

Syntax

Visual Basic
Public Sub SetItemPosition ( _
	itemIndex As Integer, _
	position As Point _
)
C#
public void SetItemPosition(
	int itemIndex,
	Point position
)

Parameters

itemIndex

Type: System.Int32

The item for which a position should be set.
position

Type: System.Drawing.Point

Coordinates of the top-left corner of the item rectangle.

See Also

Reference