VirtualizingWrapPanel.ItemSize 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 Size ItemSize { get; set; }
Summary: Gets or sets a value that specifies the size of the items. The default value is Empty. If the value is Empty the size of the items gots measured by the first realized item.
Returns: Size