Skip to main content

TreeItemContainerGenerator Class

Definition

Namespace: Avalonia.Controls.Generators
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public class TreeItemContainerGenerator : ItemContainerGenerator
View Source
InheritanceObjectItemContainerGenerator → TreeItemContainerGenerator

Properties

Index 

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)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets 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)
MemberwiseClone()Creates 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)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Controls.Generators Namespace