This function enables/disables the list browser to display items hierarchically. Calling this along will not change the display. The hierarchical display column must be set.
PROCEDURE EnableLBHierDisplay(
dialogID : LONGINT;
componentID : LONGINT;
enableHierDisplay : BOOLEAN);def vs.EnableLBHierDisplay(dialogID, componentID, enableHierDisplay):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The id of the dialog containing the list browser. |
| componentID | LONGINT | The id of the list browser. |
| enableHierDisplay | BOOLEAN | Whether to enable hierarchical display in the list browser. |
VS Functions: SetLBHierDispColumn
Availability: from Vectorworks 2013