TableLayoutSettings
Wisej.Web.TableLayoutSettings
Last updated
Was this helpful?
Wisej.Web.TableLayoutSettings
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Collects the characteristics associated with table layouts.
: Returns or sets the maximum number of columns allowed in the table layout.
Throws:
The property value is less than 0.
: Returns the collection of styles used to determine the look and feel of the table layout columns.
: Returns or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied.
Throws:
control
A control contained within a cell.
Throws:
Returns the column position of the specified child control.
control
A control contained within a cell.
Throws:
Returns the number of columns that the cell containing the child control spans.
control
A control contained within a cell.
Returns the row position of the specified child control.
control
A control contained within a cell.
Throws:
Returns the number of rows that the cell containing the child control spans.
control
A control contained within a cell.
control
A control contained within a cell.
cell
Throws:
Sets the column position for the specified child control.
control
A control contained within a cell.
column
The column position for the specified child control.
Throws:
Sets the number of columns that the cell containing the child control spans.
control
A control contained within a cell.
value
The number of columns that the cell containing the child control spans.
Throws:
Sets the row position of the specified child control.
control
A control contained within a cell.
row
The row position of the specified child control.
Throws:
Sets the number of rows that the cell containing the child control spans.
control
A control contained within a cell.
value
The number of rows that the cell containing the child control spans.
Throws:
: Returns the current table layout engine.
: Returns or sets the maximum number of rows allowed in the table layout.
The property value is less than 0.
: Returns the collection of styles used to determine the look and feel of the table layout rows.
Returns the that represents the row and the column of the cell.
Returns: . A that represents the cell position.
control is null.
Returns: . The column position of the specified child control.
control is null.
Returns: . The number of columns that the cell containing the child control spans.
Returns: . The row position of the specified child control.
control is null.
Returns: . The number of rows that the cell containing the child control spans.
Sets the that represents the row and the column of the cell.
A that represents the cell position.
control is null.
control is null.
column is less than -1.
control is null.
value is less than 1.
control is null.
row is less than -1.
control is null.
value is less than 1.