Method AddSpacer
AddSpacer(int)
Adds non-stretchable space to the sizer.
ISizerItem AddSpacer(int size)
Parameters
size
intWidth and height value.
Returns
Remarks
More readable way of calling: "Add(size, size, 0)"
Adds non-stretchable space to the sizer.
ISizerItem AddSpacer(int size)
size
intWidth and height value.
More readable way of calling: "Add(size, size, 0)"