FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / TreeStyleFlags Enumeration

In This Topic
    TreeStyleFlags Enumeration
    In This Topic
    Specifies the appearance of the outline tree.
    Syntax
    'Declaration
     
    
    Public Enum TreeStyleFlags 
       Inherits System.Enum
    public enum TreeStyleFlags : System.Enum 
    Members
    MemberDescription
    ButtonBarShow outline buttons across the top fixed row.
    ColumnsShow expand/collapse symbols on node rows in separate columns.
    CompleteCombination of Lines, Symbols, and ButtonBar.
    CompleteLeafCombination of Lines, Symbols, ButtonBar and Leaf.
    LeafShow tree lines next to all rows (nodes and data).
    LinesShow tree lines next to node rows.
    NoneDo not show the outline tree.
    SimpleCombination of Lines and Symbols.
    SimpleColumnsCombination of Lines, Symbols and Columns.
    SimpleLeafCombination of Lines, Symbols, and Leaf.
    SimpleLeafColumnsCombination of Lines, Symbols, Leaf and Columns.
    SymbolsShow expand/collapse symbols on node rows.
    SymbolsAndBarCombination of Symbols and ButtonBar.
    SymbolsAndColumnsCombination of Symbols and Columns.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.TreeStyleFlags

    See Also