ListView.SetItemPosition Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetItemPosition(
Usual nItem = default,
Usual oPoint = default
)
Request Example
View SourceParameters
- 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