VirtualizingLayout Classe

Definizione

/// [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 VirtualizingLayout : 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 VirtualizingLayout : 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 VirtualizingLayout : 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 VirtualizingLayout : Layout
Public Class VirtualizingLayout
Inherits Layout
Ereditarietà
Object IInspectable DependencyObject Layout VirtualizingLayout
Derivato
Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Costruttori

Nome Descrizione
VirtualizingLayout()

Proprietà

Nome Descrizione
Dispatcher (Ereditato da DependencyObject)
DispatcherQueue (Ereditato da DependencyObject)
IndexBasedLayoutOrientation (Ereditato da Layout)

Metodi

Nome Descrizione
Arrange(LayoutContext, Size) (Ereditato da Layout)
ArrangeOverride(VirtualizingLayoutContext, Size)
ClearValue(DependencyProperty) (Ereditato da DependencyObject)
CreateDefaultItemTransitionProvider() (Ereditato da Layout)
GetAnimationBaseValue(DependencyProperty) (Ereditato da DependencyObject)
GetValue(DependencyProperty) (Ereditato da DependencyObject)
InitializeForContext(LayoutContext) (Ereditato da Layout)
InitializeForContextCore(VirtualizingLayoutContext)
InvalidateArrange() (Ereditato da Layout)
InvalidateMeasure() (Ereditato da Layout)
Measure(LayoutContext, Size) (Ereditato da Layout)
MeasureOverride(VirtualizingLayoutContext, Size)
OnItemsChangedCore(VirtualizingLayoutContext, Object, NotifyCollectionChangedEventArgs)
ReadLocalValue(DependencyProperty) (Ereditato da DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (Ereditato da DependencyObject)
SetIndexBasedLayoutOrientation(IndexBasedLayoutOrientation) (Ereditato da Layout)
SetValue(DependencyProperty, Object) (Ereditato da DependencyObject)
UninitializeForContext(LayoutContext) (Ereditato da Layout)
UninitializeForContextCore(VirtualizingLayoutContext)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Ereditato da DependencyObject)

Eventi

Nome Descrizione
ArrangeInvalidated (Ereditato da Layout)
MeasureInvalidated (Ereditato da Layout)

Si applica a