Summary
Represents the base class for layout context types that do not support virtualization.
- Namespace
- Avalonia
.Layout - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- LayoutContext
- Derived Types
graph BT
Type-->Base0["LayoutContext"]
click Base0 "/api/Avalonia.Layout/LayoutContext"
Base0-->Base1["AvaloniaObject"]
click Base1 "/api/Avalonia/AvaloniaObject"
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type["NonVirtualizingLayoutContext"]
class Type type-node
Derived0["VirtualLayoutContextAdapter"]-->Type
click Derived0 "/api/Avalonia.Layout/VirtualLayoutContextAdapter"
Syntax
public abstract class NonVirtualizingLayoutContext : LayoutContext, IAvaloniaObject,
IAvaloniaObjectDebug, INotifyPropertyChanged, IValueSink
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Properties
Name | Value | Summary |
---|---|---|
Children | IReadOnlyList |
Gets the collection of child controls from the container that provides the context.
|
ChildrenCore | IReadOnlyList |
Implements the behavior for getting the return value of
Children in a
derived or custom NonVirtualizingLayoutContext .
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
LayoutState | object |
Gets or sets an object that represents the state of a layout.
Inherited from LayoutContext
|
LayoutStateCore | object |
Implements the behavior of
LayoutState in a derived or custom LayoutContext.
Inherited from LayoutContext
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|