LinedFlowLayoutItemsInfoRequestedEventArgs クラス

定義

public ref class LinedFlowLayoutItemsInfoRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LinedFlowLayoutItemsInfoRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LinedFlowLayoutItemsInfoRequestedEventArgs
Public NotInheritable Class LinedFlowLayoutItemsInfoRequestedEventArgs
継承
Object Platform::Object IInspectable LinedFlowLayoutItemsInfoRequestedEventArgs
属性

プロパティ

ItemsRangeRequestedLength

サイズ設定情報が要求される項目の数を取得します。

ItemsRangeStartIndex

サイズ設定情報を含む項目範囲の開始位置を取得または設定します。

MaxWidth

ソース コレクション内のすべての項目に適用できる最大幅を取得または設定します。

MinWidth

ソース コレクション内のすべての項目に適用できる最小幅を取得または設定します。

メソッド

SetDesiredAspectRatios(Double[])

少なくとも要求された範囲と同じ大きさのアイテム範囲に必要な縦横比を提供します。

SetMaxWidths(Double[])

アイテム範囲の最大幅を、少なくとも要求された範囲と同じ大きさで指定します。

SetMinWidths(Double[])

項目範囲の最小幅を、要求された範囲と同じ大きさで指定します。

適用対象