[]
Inherits from BasePanel and provides a tree panel with rows and columns.
public class TreePanel : BasePanel, ISupportUia
Name | Description |
---|---|
TreePanel() | Initializes a new instance of the TreePanel element. |
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. |
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. |