Click or drag to resize

ListView.SetItemPosition Method

X#
Move a list view item to a new position in icon view or small icon view.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetItemPosition(
	nItem,
	oPoint
) AS USUAL CLIPPER
Request Example View Source

Parameters

nItem (Optional)
Type: Usual
The index of the list view item whose position you want to change.
oPoint (Optional)
Type: Usual
The new position of the list view item.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also