StackLayout クラス

定義

/// [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
継承
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute MarshalingBehaviorAttribute ThreadingAttribute VersionAttribute ContractVersionAttribute

コンストラクター

名前 説明
StackLayout()

プロパティ

名前 説明
Dispatcher (継承元 DependencyObject)
DispatcherQueue (継承元 DependencyObject)
IndexBasedLayoutOrientation (継承元 Layout)
IsVirtualizationEnabled
IsVirtualizationEnabledProperty
Orientation
OrientationProperty
Spacing
SpacingProperty

メソッド

名前 説明
Arrange(LayoutContext, Size) (継承元 Layout)
ArrangeOverride(VirtualizingLayoutContext, Size) (継承元 VirtualizingLayout)
ClearValue(DependencyProperty) (継承元 DependencyObject)
CreateDefaultItemTransitionProvider() (継承元 Layout)
GetAnimationBaseValue(DependencyProperty) (継承元 DependencyObject)
GetValue(DependencyProperty) (継承元 DependencyObject)
InitializeForContext(LayoutContext) (継承元 Layout)
InitializeForContextCore(VirtualizingLayoutContext) (継承元 VirtualizingLayout)
InvalidateArrange() (継承元 Layout)
InvalidateMeasure() (継承元 Layout)
Measure(LayoutContext, Size) (継承元 Layout)
MeasureOverride(VirtualizingLayoutContext, Size) (継承元 VirtualizingLayout)
OnItemsChangedCore(VirtualizingLayoutContext, Object, NotifyCollectionChangedEventArgs) (継承元 VirtualizingLayout)
ReadLocalValue(DependencyProperty) (継承元 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (継承元 DependencyObject)
SetIndexBasedLayoutOrientation(IndexBasedLayoutOrientation) (継承元 Layout)
SetValue(DependencyProperty, Object) (継承元 DependencyObject)
UninitializeForContext(LayoutContext) (継承元 Layout)
UninitializeForContextCore(VirtualizingLayoutContext) (継承元 VirtualizingLayout)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (継承元 DependencyObject)

イベント

名前 説明
ArrangeInvalidated (継承元 Layout)
MeasureInvalidated (継承元 Layout)

適用対象