[]
        
(Showing Draft Content)

C1.Win.FlexGrid.TreeStyleFlags

TreeStyleFlags Enum

Specifies the appearance of the outline tree.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
[Flags]
public enum TreeStyleFlags

Fields

Name Description
ButtonBar

Show outline buttons across the top fixed row.

Columns

Show expand/collapse symbols on node rows in separate columns.

Complete

Combination of Lines, Symbols, and ButtonBar.

CompleteLeaf

Combination of Lines, Symbols, ButtonBar and Leaf.

Leaf

Show tree lines next to all rows (nodes and data).

Lines

Show tree lines next to node rows.

None

Do not show the outline tree.

Simple

Combination of Lines and Symbols.

SimpleColumns

Combination of Lines, Symbols and Columns.

SimpleLeaf

Combination of Lines, Symbols, and Leaf.

SimpleLeafColumns

Combination of Lines, Symbols, Leaf and Columns.

Symbols

Show expand/collapse symbols on node rows.

SymbolsAndBar

Combination of Symbols and ButtonBar.

SymbolsAndColumns

Combination of Symbols and Columns.