LinedFlowLayoutItemsInfoRequestedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the LinedFlowLayout.LayoutItemsInfoRequested event.
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
- Inheritance
- Attributes
Properties
ItemsRangeRequestedLength |
Gets the number of items for which sizing information is requested. |
ItemsRangeStartIndex |
Gets or sets the start of the item range with sizing information. |
MaxWidth |
Gets or sets a maximum width applicable to all items in the source collection. |
MinWidth |
Gets or sets a minimum width applicable to all items in the source collection. |
Methods
SetDesiredAspectRatios(Double[]) |
Provides desired aspect ratios for an item range at least as large as the requested one. |
SetMaxWidths(Double[]) |
Provide maximum widths for an item range at least as large as the requested one. |
SetMinWidths(Double[]) |
Provide minimum widths for an item range at least as large as the requested one. |