TableLayoutPanel
Wisej.Web.TableLayoutPanel
Last updated
Was this helpful?
Wisej.Web.TableLayoutPanel
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
Initializes a new instance of the class.
: Returns or sets the number of columns in the table.
control
A control contained within a cell.
Returns the column position of the specified child control.
control
Throws:
Returns the number of columns spanned by the specified child control.
control
Returns the child control occupying the specified position.
column
The column position of the control to retrieve.
row
The row position of the control to retrieve.
Throws:
control
A control contained within a cell.
Returns the row position of the specified child control.
control
Throws:
Returns the number of rows spanned by the specified child control.
control
control
A control contained within a cell.
position
Sets the column position of the specified child control.
control
The control to move to another column.
column
The column to which control will be moved.
Sets the number of columns spanned by the child control.
control
value
The number of columns to span.
Throws:
Sets the row position of the specified child control.
control
The control to move to another row.
row
The row to which control will be moved.
Sets the number of rows spanned by the child control.
control
value
The number of rows to span.
Throws:
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns a collection of column styles for the .
: Returns the collection of controls contained within the .
: Returns or sets whether the control should expand to accommodate new cells when all existing cells are occupied.
: Returns the control's layout engine.
: Returns or sets the number of rows in the table.
: Returns a collection of row styles for the .
Returns the that represents the row and the column of the cell.
Returns: . A that represents the cell position.
A child control of the .
Returns: . The column position of the specified child control, or -1 if the position of control is determined by .
control is null.
control is not a type that can be arranged by this .
A child control of the .
Returns: . The number of columns spanned by the child control. The default is 1.
Returns: . The child control occupying the specified cell; otherwise, null if no control exists at the specified column and row, or if the control has its property set to false.
Either column or row (or both) is less than 0.
Returns the that represents the row and the column of the cell that contains the control.
Returns: . A that represents the cell position.
A child control of the .
Returns: . The row position of control , or -1 if the position of control is determined by .
control is null.
control is not a type that can be arranged by this .
Returns an array representing the heights, in pixels, of the rows in the .
Returns: . An array of type that contains the heights, in pixels, of the rows in the .
A child control of the .
Returns: . The number of rows spanned by the child control. The default is 1.
Sets the that represents the row and the column of the cell.
A that represents the row and the column of the cell.
A child control of the .
value is less than 1.
A child control of the .
value is less than 1.
All wisej controls derived from the class must implement this interface.