Method wpfBuilder.Span
Overload
Sets column span of the last added element.
public wpfBuilder Span(int columns)
Parameters
columns (int)
Column count. If -1 or too many, will span all remaining columns in current row. If 0, will share 1 column with next element added in current row; to set element positions use wpfBuilder.Margin, wpfBuilder.Width and wpfBuilder.Align; see also wpfBuilder.And. |
Returns
Exceptions
InvalidOperationException
In non-grid panel. |