HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

TreeLineStyleEnum Enumeration

Used with the SftTree.TreeLineStyle property to define whether tree lines are displayed.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum TreeLineStyleEnum;
Public Enum TreeLineStyleEnum

Values

NameDescription
NoneNo tree lines are displayed.
AllLevelsTree lines are displayed connecting all levels within the hierarchy.
AllLevelsExcept0Tree lines are displayed connecting all levels within the hierarchy, except items on level 0.

Comments

Used with the SftTree.TreeLineStyle property to define whether tree lines are displayed.

See Also | Classes | SftTree/NET 3.0