Skip to main content

ItemContainerGenerator Methods

Methods

ClearItemContainer(Control)Undoes the effects of the PrepareItemContainer(Control, Object, Int32) method.
CreateContainer(Object, Int32, Object)Creates a new container control.
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.
ItemContainerPrepared(Control, Object, Int32)Notifies the ItemsControl that a container has been fully prepared to display an item.
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.
PrepareItemContainer(Control, Object, Int32)Prepares the specified element as the container for the corresponding item.
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

ItemContainerGenerator Class
Avalonia.Controls.Generators Namespace