ListBox.AddFolder Method

Appends Item in a new row to the end of the list and adds disclosure triangle only if the Hierarchical property is set to True. For multi-column ListBoxes, Item is always assigned to column zero.

Syntax

ListBox.AddFolder Item


Parameters

Item

String


In the case of hierarchical ListBoxes, AddFolder appends Item to the subitems of the expanded row when called in the ExpandRow event.