Method PrependSpacer
PrependSpacer(int)
Prepends non-stretchable space to the sizer.
ISizerItem PrependSpacer(int size)
Parameters
size
intWidth and height of the item.
Returns
Remarks
More readable way of calling: "Prepend(size, size, 0)".