[]
        
(Showing Draft Content)

C1.Framework.TreePanel

TreePanel Class

Inherits from BasePanel and provides a tree panel with rows and columns.

Inheritance
TreePanel
Implements
Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
public class TreePanel : BasePanel, ISupportUia

Constructors

Name Description
TreePanel()

Initializes a new instance of the TreePanel element.

Properties

Name Description
Columns

Gets the collection of GridColumn elements.

LevelOffset

Gets or sets the offset value for a tree row.

Rows

Gets the collection of TreeRow elements.

ShowCheckBoxes

Gets or sets visible of the checkbox for a tree row.

TreeLine

Gets the settings for the tree lines.

Methods

Name Description
FinalizeUI()

Finalizes the user interface. This method is called when element is removed from UI.

Layout(Graphics)

Layout this element based on its style and contents.

Render(Graphics, Rectangle)

Renders the element into a given rectangle.