VirtualizingLayout Klasse

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 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
Vererbung
Object IInspectable DependencyObject Layout VirtualizingLayout
Abgeleitet
Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Konstruktoren

Name Beschreibung
VirtualizingLayout()

Eigenschaften

Name Beschreibung
Dispatcher (Geerbt von DependencyObject)
DispatcherQueue (Geerbt von DependencyObject)
IndexBasedLayoutOrientation (Geerbt von Layout)

Methoden

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

Ereignisse

Name Beschreibung
ArrangeInvalidated (Geerbt von Layout)
MeasureInvalidated (Geerbt von Layout)

Gilt für: