NonVirtualizingLayout Class

Definition

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class NonVirtualizingLayout : Layout
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
class NonVirtualizingLayout : Layout
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public class NonVirtualizingLayout : Layout
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public class NonVirtualizingLayout : Layout
Public Class NonVirtualizingLayout
Inherits Layout
Inheritance
Object IInspectable DependencyObject Layout NonVirtualizingLayout
Derived
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Constructors

Name Description
NonVirtualizingLayout()

Properties

Name Description
Dispatcher (Inherited from DependencyObject)
DispatcherQueue (Inherited from DependencyObject)
IndexBasedLayoutOrientation (Inherited from Layout)

Methods

Name Description
Arrange(LayoutContext, Size) (Inherited from Layout)
ArrangeOverride(NonVirtualizingLayoutContext, Size)
ClearValue(DependencyProperty) (Inherited from DependencyObject)
CreateDefaultItemTransitionProvider() (Inherited from Layout)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject)
GetValue(DependencyProperty) (Inherited from DependencyObject)
InitializeForContext(LayoutContext) (Inherited from Layout)
InitializeForContextCore(NonVirtualizingLayoutContext)
InvalidateArrange() (Inherited from Layout)
InvalidateMeasure() (Inherited from Layout)
Measure(LayoutContext, Size) (Inherited from Layout)
MeasureOverride(NonVirtualizingLayoutContext, Size)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (Inherited from DependencyObject)
SetIndexBasedLayoutOrientation(IndexBasedLayoutOrientation) (Inherited from Layout)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject)
UninitializeForContext(LayoutContext) (Inherited from Layout)
UninitializeForContextCore(NonVirtualizingLayoutContext)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Inherited from DependencyObject)

Events

Name Description
ArrangeInvalidated (Inherited from Layout)
MeasureInvalidated (Inherited from Layout)

Applies to