Skip to content

Move Method

Description

Moves a TaskPanelGroupItem/TaskPanelItem to the specified location within the collection of items.

Syntax

Public Sub Move( _
    ByVal [Item](#) As [TaskPanelItem](XtremeTaskPanel~TaskPanelItem.md), _
    ByVal [Index](#) As Long _
)

Parameters

  • Item: TaskPanelGroupItem/TaskPanelItem that will be moved.
  • Index: New position of the item within the collection of items.

Remarks

A TaskPanelGroupItem/TaskPanelItem will be displayed in the order that they are added to the collection of items. They are stored in a zero-based array of items. The item's position within the array can be changed by specifying an index to move the item to.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.