Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.TableLayoutControlCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a collection of child controls in a table layout container.
Initializes a new instance of the TableLayoutControlCollection class.
Name | Type | Description |
---|---|---|
TableLayoutPanel: Returns the parent TableLayoutPanel that contains the controls in the collection.
Adds the specified control to the collection and positions it at the specified cell.
Throws:
ArgumentException Either * column* or row is less than -1.
Wisej.Web.RowStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the look and feel of a row in a table layout.
Initializes an instance of the class to its default state.
Initializes an instance of the class.
Name | Type | Description |
---|
Initializes an instance of the class using the supplied value.
Name | Type | Description |
---|
Throws:
Throws:
Wisej.Web.TableLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
Returns the column position of the specified child control.
Throws:
Returns the number of columns spanned by the specified child control.
Returns the child control occupying the specified position.
Throws:
Returns the row position of the specified child control.
Throws:
Returns the number of rows spanned by the specified child control.
Sets the column position of the specified child control.
Sets the number of columns spanned by the child control.
Throws:
Sets the row position of the specified child control.
Sets the number of rows spanned by the child control.
Throws:
Wisej.Web.TableLayoutColumnStyleCollection
Wisej.Web.TableLayoutPanelCellPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a cell in a .
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns or sets the column number of the current .
: Returns or sets the row number of the current .
Wisej.Web.ColumnStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the look and feel of a column in a table layout.
Initializes an instance of the class to its default state.
Initializes and instance of the class to its default state.
Name | Type | Description |
---|
Initializes an instance of the class using the supplied value.
Name | Type | Description |
---|
Throws:
Throws:
Wisej.Web.TableLayoutRowStyleCollection
Parameter | Type | Description |
---|---|---|
Initializes an instance of the class using the supplied and height values.
Name | Type | Description |
---|
height is less than 0.
: Returns or sets the height of a row.
The value is less than 0 when setting this property.
: 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.
Parameter | Type | Description |
---|
Returns: . A that represents the cell position.
Parameter | Type | Description |
---|
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 .
Parameter | Type | Description |
---|
Returns: . The number of columns spanned by the child control. The default is 1.
Parameter | Type | Description |
---|
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.
Parameter | Type | Description |
---|
Returns: . A that represents the cell position.
Parameter | Type | Description |
---|
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 .
Parameter | Type | Description |
---|
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.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
value is less than 1.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
value is less than 1.
Name | Description |
---|
Determines whether the contains a specific style.
Parameter | Type | Description |
---|
Returns: . true if the is found in the ; otherwise, false.
Determines the index of a specific item in the .
Parameter | Type | Description |
---|
Returns: . The index of colStyle if found in the ; otherwise, -1.
Inserts a into the at the specified position.
Parameter | Type | Description |
---|
Removes the first occurrence of a specific object from the .
Parameter | Type | Description |
---|
Name | Description |
---|
Initializes and instance of the class using the supplied and width values.
Name | Type | Description |
---|
width is less than 0.
: Returns or sets the width value for a column.
The value is less than 0 when setting this property.
Determines whether the contains a specific style.
Parameter | Type | Description |
---|
Returns: . true if the is found in the ; otherwise, false.
Determines the index of a specific item in the .
Parameter | Type | Description |
---|
Returns: . The index of rowStyle if found in the ; otherwise, -1.
Inserts a into the at the specified position.
Parameter | Type | Description |
---|
Removes the first occurrence of a specific object from the .
Parameter | Type | Description |
---|
control
The control to add.
column
The column in which control will be placed.
row
The row in which control will be placed.
sizeType |
height |
control | A control contained within a cell. |
control |
control |
column | The column position of the control to retrieve. |
row | The row position of the control to retrieve. |
control | A control contained within a cell. |
control |
control |
control | A control contained within a cell. |
position |
control | The control to move to another column. |
column | The column to which control will be moved. |
control |
value | The number of columns to span. |
control | The control to move to another row. |
row | The row to which control will be moved. |
control |
value | The number of rows to span. |
Bindable components implement this interface. |
Provides access to common image properties across the controls that implement this interface. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
colStyle |
colStyle |
index |
colStyle |
colStyle |
sizeType |
width | The preferred width, in pixels or percentage, depending on the sizeType parameter. |
rowStyle |
rowStyle |
index |
rowStyle |
rowStyle |
container
The TableLayoutPanel control that contains the control collection.
style | Underlying style instance. |
sizeType |
AddColumns | The gains additional columns after it is full. |
AddRows | The gains additional rows after it is full. |
FixedSize | The does not allow additional rows or columns after it is full. |
Returns or sets whether the control should expand to accommodate new cells when all existing cells are occupied. |
Returns or sets a value indicating how the table layout should expand to accommodate new cells when all existing cells are occupied. |
colStyle |
column | The column position of the cell. |
row | The row position of the cell. |
style | Underlying style instance. |
sizeType |
rowStyle |
Wisej.Web.TableLayoutStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Implements the basic functionality that represents the appearance and behavior of a table layout.
SizeType: Returns or sets a flag indicating how a row or column should be sized relative to its containing table.
Name | Description |
---|---|
Wisej.Web.TableLayoutStyleCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Implements the basic functionality for a collection of table layout styles.
Int32: Gets the number of styles actually contained in the TableLayoutStyleCollection.
TableLayoutStyle: Returns or sets TableLayoutStyle at the specified index.
Throws:
ArgumentException The property value is already assigned to another owner. You must first remove it from its current location or clone it.
Adds a new TableLayoutStyle to the end of the current collection.
Returns: Int32. The position into which the new element was inserted.
Throws:
ArgumentException style is already assigned to another owner. You must first remove it from its current location or clone it.
Disassociates the collection from its associated TableLayoutPanel and empties the collection.
Removes the style at the specified index of the collection.
Wisej.Web.TableLayoutSettings
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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:
Throws:
Returns the column position of the specified child control.
Throws:
Returns the number of columns that the cell containing the child control spans.
Returns the row position of the specified child control.
Throws:
Returns the number of rows that the cell containing the child control spans.
Throws:
Sets the column position for the specified child control.
Throws:
Sets the number of columns that the cell containing the child control spans.
Throws:
Sets the row position of the specified child control.
Throws:
Sets the number of rows that the cell containing the child control spans.
Throws:
A indicating how the row should be should be sized relative to its containing table.
The preferred height in pixels or percentage of the , depending on sizeType .
A child control of the .
A child control of the .
A child control of the .
A child control of the .
A that represents the row and the column of the cell.
A child control of the .
A child control of the .
All wisej controls derived from the class must implement this interface.
The to locate in the .
The to locate in the .
The zero-based index at which the should be inserted.
The to insert into the . The value can be null.
The to remove from the . The value can be null.
Returns the that represents the row and the column of the cell.
Returns the that represents the row and the column of the cell.
A indicating how the column should be should be sized relative to its containing table.
The to locate in the .
The to locate in the .
The zero-based index at which the should be inserted.
The to insert into the . The value can be null.
The to remove from the . The value can be null.
A indicating how the row should be should be sized relative to its containing table.
The to add to the .
A indicating how the column should be should be sized relative to its containing table.
The to add to the .
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
: 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.
Parameter | Type | Description |
---|
Returns: . A that represents the cell position.
control is null.
Parameter | Type | Description |
---|
Returns: . The column position of the specified child control.
control is null.
Parameter | Type | Description |
---|
Returns: . The number of columns that the cell containing the child control spans.
Parameter | Type | Description |
---|
Returns: . The row position of the specified child control.
control is null.
Parameter | Type | Description |
---|
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.
Parameter | Type | Description |
---|
control is null.
Parameter | Type | Description |
---|
control is null.
column is less than -1.
Parameter | Type | Description |
---|
control is null.
value is less than 1.
Parameter | Type | Description |
---|
control is null.
row is less than -1.
Parameter | Type | Description |
---|
control is null.
value is less than 1.
style
The TableLayoutStyle to add to the TableLayoutStyleCollection.
index
The zero-based index of the TableLayoutStyle to be removed.
A collection that stores ColumnStyle objects.
A collection that stores RowStyle objects.
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
control | A control contained within a cell. |
cell |
control | A control contained within a cell. |
column | The column position for the specified child control. |
control | A control contained within a cell. |
value | The number of columns that the cell containing the child control spans. |
control | A control contained within a cell. |
row | The row position of the specified child control. |
control | A control contained within a cell. |
value | The number of rows that the cell containing the child control spans. |
Represents the look and feel of a column in a table layout.
Represents the look and feel of a row in a table layout.
A that represents the cell position.