Click or drag to resize

ListView.SetItemPosition Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetItemPosition(
	nItem AS LONG,
	oPoint AS Point
) AS LOGIC
Request Example View Source

Parameters

nItem
Type: Long
The index of the list view item whose position you want to change.
oPoint
Type: Point
The new position of the list view item.

Return Value

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