property Item.Position as Long
Specifies the item's position.

TypeDescription
Long A long expression that indicates the item's position.

Use the Position property to change the item's position. Use the Index property to retrieve the item's index. Use the ItemByPos property to retrieve an item giving its position. Use the ItemHeight property to specify the height for all items in the group. Use the Visible property to hide an item. The control adds the item to the end of the list, when the AddItem method is called.