TreeItemContainerGenerator Class

Definition

Namespace: Avalonia.Controls.Generators
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class TreeItemContainerGenerator : ItemContainerGenerator
Inheritance
Object    ItemContainerGenerator    TreeItemContainerGenerator

Properties

Methods

ClearItemContainer(Control) Undoes the effects of the PrepareItemContainer(Control, Object, Int32) method.
(Inherited from ItemContainerGenerator)
CreateContainer(Object, Int32, Object) Creates a new container control.
(Inherited from ItemContainerGenerator)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ItemContainerIndexChanged(Control, Int32, Int32) Called when the index for a container changes due to an insertion or removal in the items collection.
(Inherited from ItemContainerGenerator)
ItemContainerPrepared(Control, Object, Int32) Notifies the ItemsControl that a container has been fully prepared to display an item.
(Inherited from ItemContainerGenerator)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
NeedsContainer(Object, Int32, Object) Determines whether the specified item needs to be wrapped in a container control.
(Inherited from ItemContainerGenerator)
PrepareItemContainer(Control, Object, Int32) Prepares the specified element as the container for the corresponding item.
(Inherited from ItemContainerGenerator)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also