LinedFlowLayout Class

Definition

/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LinedFlowLayout : VirtualizingLayout
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodName(value="OnPropertyChanged")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class LinedFlowLayout : VirtualizingLayout
Public Class LinedFlowLayout
Inherits VirtualizingLayout
Inheritance
Object IInspectable DependencyObject Layout VirtualizingLayout LinedFlowLayout
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackMethodNameAttribute ContractVersionAttribute MarshalingBehaviorAttribute ThreadingAttribute

Constructors

Name Description
LinedFlowLayout()

Properties

Name Description
ActualLineHeight
ActualLineHeightProperty
Dispatcher (Inherited from DependencyObject)
DispatcherQueue (Inherited from DependencyObject)
IndexBasedLayoutOrientation (Inherited from Layout)
ItemsJustification
ItemsJustificationProperty
ItemsStretch
ItemsStretchProperty
LineHeight
LineHeightProperty
LineSpacing
LineSpacingProperty
MinItemSpacing
MinItemSpacingProperty
RequestedRangeLength
RequestedRangeStartIndex

Methods

Name Description
Arrange(LayoutContext, Size) (Inherited from Layout)
ArrangeOverride(VirtualizingLayoutContext, Size) (Inherited from VirtualizingLayout)
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(VirtualizingLayoutContext) (Inherited from VirtualizingLayout)
InvalidateArrange() (Inherited from Layout)
InvalidateItemsInfo()
InvalidateMeasure() (Inherited from Layout)
LockItemToLine(Int32)
Measure(LayoutContext, Size) (Inherited from Layout)
MeasureOverride(VirtualizingLayoutContext, Size) (Inherited from VirtualizingLayout)
OnItemsChangedCore(VirtualizingLayoutContext, Object, NotifyCollectionChangedEventArgs) (Inherited from VirtualizingLayout)
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(VirtualizingLayoutContext) (Inherited from VirtualizingLayout)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Inherited from DependencyObject)

Events

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

Applies to