Click or drag to resize

ListView.GetItemPosition Method (Typed)

X#
Return the origin of a ListViewItem object given its item index.

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

Parameters

nItem
Type: Long
The index of the list view item whose origin you want to obtain.

Return Value

Type: Point
The origin of the list view item specified by the item index.
See Also