Skip to content

VirtualizingWrapPanel.StretchItems property

Defined in

Type: VirtualizingWrapPanel Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public bool StretchItems { get; set; }

Summary: Gets or sets a value indicating whether gets or sets a value that specifies if the items get stretched to fill up remaining space. The default value is false.

Returns: bool

Remarks

        The MaxWidth and MaxHeight properties of the ItemContainerStyle can be used to limit the stretching.
        In this case the use of the remaining space will be determined by the SpacingMode property.