CollectionPanel.Sizing Property
Controls whether groups fills available space.
By default Sizing is set to Fixed, which means each group will be the exact size
specified in GroupSize.
When Sizing is set to Fill the groups will stretch out to fill the space remaning
after placing as many GroupSize-sized groups as will fit on the display.
Note that
Sizingonly will only affect the layout when theGroupSizeattribute is defined.
<CollectionPanel Color="#000000" Sizing="Fill" GroupSize="50" >
<Each Count="10">
<Rectangle Height="30" Color="White" />
<Rectangle Height="30" Color="Red" />
</Each>
</CollectionPanel>
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Panels 2.9.1