TreeLineStyleConstants
Controls whether the TreeView draws tree lines from root nodes or only from child nodes. Carried by TreeView.LineStyle. Only has visible effect when Style is one of the tvwTreelines… variants.
| Member | Value | Description |
|---|---|---|
| tvwTreeLines | 0 | Tree lines connect children to their parents but not root-level peers. |
| tvwRootLines | 1 | Tree lines connect root-level nodes to each other as well as child connections. |
See Also
- TreeView – consumer
- TreeStyleConstants – governs whether tree lines appear at all