Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MoveAfter Method, SftTreeItems Object

Moves items to a new position in the tree control.

Syntax

VB.NETCountMoved = object.MoveAfter(ByVal FromIndex As Integer, ByVal Count As Integer, ByVal AfterIndex As Integer) As Integer
VBCountMoved = object.MoveAfter(ByVal FromIndex As Long, ByVal Count As Long, ByVal AfterIndex As Long) As Long
C#.NETint CountMoved = object.MoveAfter(int FromIndex, int Count, int AfterIndex);
VC++long CountMoved = object->MoveAfter(long FromIndex, long Count, long AfterIndex);
CHRESULT object->raw_MoveAfter(long FromIndex, long Count, long AfterIndex, long* CountMoved);

object

A SftTreeItems object.

FromIndex

The zero-based index of the first item to be moved.

Count

The number of items to be moved.

AfterIndex

The zero-based index of the position after which the items are to be inserted. If InsertIndex is -1, the items will be moved to the end of the list.

CountMoved

Moves items to a new position in the tree control.

Comments

The MoveAfter method moves items to a new position in the tree control.

The MoveAfter method copies all item attributes, including cell text, graphics, level, row header contents, etc. All application specific data is moved (such as Item.Data, etc.). The CopyItemDataString property has no effect.

The target item AfterIndex cannot be inside the group of items to be moved.

Items can also be moved using the Items.Move method.

Items can be copied using the Items.Copy method.

See Also SftTreeItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.