A
HierarchyLineEnum expression that
defines the lines that link child items to their corresponding parent item.
By default, the LinesAtRoot property is
exNoLinesAtRoot. The HasLines property enhances the graphic representation of a tree control's hierarchy by drawing lines that link child items to their corresponding parent item.
The LinesAtRoot property link items at the root of the
hierarchy. The Expanded property
specifies whether the item is expanded or collapsed. The ExpandAll
method expands all items in the collection. The CollapseAll
method expands all items in the collection. The FaceTreeExpandItem
event notifies once the item is expanded or collapsed. The HasButtons
property specifies whether the control displays any glyph next to the collapsed/expanded
element. The Background(exTreeGlyphCollapsed)
/ Background(exTreeGlyphExpanded)
property specifies the visual appearance to show the glyph next to the collapsed/expanded
element.