Method
ListBox.ExpandableRowAt(row as
Integer)
As BooleanNew in 2019r2Supported for all project types and targets.
For hierarchical ListBoxes, is used to get or set whether the row should be displayed as expandable.
Example
Me.AddExpandableRow("Players")
Me.ExpandableRowAt(Me.LastAddedRowIndex) = False // Disable expandable indicator