ITreeItemContainerGenerator Interface

Summary

Creates containers for tree items and maintains a list of created containers.
graph BT Type-.->Interface0["IItemContainerGenerator"] click Interface0 "/api/Avalonia.Controls.Generators/IItemContainerGenerator" Type["ITreeItemContainerGenerator"] class Type type-node Implementing0["TreeItemContainerGenerator<T>"]-.->Type click Implementing0 "/api/Avalonia.Controls.Generators/TreeItemContainerGenerator_1"

Syntax

public interface ITreeItemContainerGenerator : IItemContainerGenerator

Properties

Name Value Summary
Index TreeContainerIndex
Gets the container index for the tree.

Methods

Name Value Summary
UpdateIndex() void
Updates the index based on the parent TreeView.