StackLayout Classe

Definizione

/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class StackLayout : VirtualizingLayout
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
/// [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 StackLayout : VirtualizingLayout
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
[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 StackLayout : VirtualizingLayout
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
[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 StackLayout : VirtualizingLayout
Public Class StackLayout
Inherits VirtualizingLayout
Ereditarietà
Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

Costruttori

Nome Descrizione
StackLayout()

Proprietà

Nome Descrizione
Dispatcher (Ereditato da DependencyObject)
DispatcherQueue (Ereditato da DependencyObject)
IndexBasedLayoutOrientation (Ereditato da Layout)
IsVirtualizationEnabled
IsVirtualizationEnabledProperty
Orientation
OrientationProperty
Spacing
SpacingProperty

Metodi

Nome Descrizione
Arrange(LayoutContext, Size) (Ereditato da Layout)
ArrangeOverride(VirtualizingLayoutContext, Size) (Ereditato da VirtualizingLayout)
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) (Ereditato da VirtualizingLayout)
InvalidateArrange() (Ereditato da Layout)
InvalidateMeasure() (Ereditato da Layout)
Measure(LayoutContext, Size) (Ereditato da Layout)
MeasureOverride(VirtualizingLayoutContext, Size) (Ereditato da VirtualizingLayout)
OnItemsChangedCore(VirtualizingLayoutContext, Object, NotifyCollectionChangedEventArgs) (Ereditato da VirtualizingLayout)
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) (Ereditato da VirtualizingLayout)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Ereditato da DependencyObject)

Eventi

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

Si applica a