Share via


LinedFlowLayoutItemsInfoRequestedEventArgs 클래스

정의

LinedFlowLayout.LayoutItemsInfoRequested 이벤트에 대한 데이터를 제공합니다.

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[])

최소한 요청된 범위만큼 큰 항목 범위에 대한 최소 너비를 제공합니다.

적용 대상