ListView.SetItemPosition Method (Typed) | |
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
public virtual bool SetItemPosition(
int nItem,
Point oPoint
)
Request Example
View SourceParameters
- 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