Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.TableLayoutControlCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.5.0.0)
Represents the look and feel of a row in a table layout.
Initializes an instance of the RowStyle class to its default state.
Initializes an instance of the RowStyle class.
Name | Type | Description |
---|---|---|
Initializes an instance of the RowStyle class using the supplied SizeType value.
Name | Type | Description |
---|---|---|
Initializes an instance of the RowStyle class using the supplied SizeType and height values.
Throws:
ArgumentOutOfRangeException height is less than 0.
Single: Returns or sets the height of a row.
Throws:
ArgumentOutOfRangeException The value is less than 0 when setting this property.
Wisej.Web.TableLayoutColumnStyleCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
A collection that stores ColumnStyle objects.
ColumnStyle: Returns or sets the ColumnStyle at the specified index.
Adds a new ColumnStyle to the TableLayoutColumnStyleCollection.
Parameter | Type | Description |
---|---|---|
Returns: Int32. The position into which the new element was inserted.
Determines whether the TableLayoutColumnStyleCollection contains a specific style.
Returns: Boolean. true if the ColumnStyle is found in the TableLayoutColumnStyleCollection; otherwise, false.
Determines the index of a specific item in the TableLayoutColumnStyleCollection.
Returns: Int32. The index of colStyle if found in the TableLayoutColumnStyleCollection; otherwise, -1.
Inserts a ColumnStyle into the TableLayoutColumnStyleCollection at the specified position.
Removes the first occurrence of a specific object from the TableLayoutColumnStyleCollection.
Wisej.Web.TableLayoutPanel
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.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.
Initializes a new instance of the class with the specified initial settings.
Name | Type | Description |
---|
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.TableLayoutSettings
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Collects the characteristics associated with table layouts.
: Returns or sets the maximum number of columns allowed in the table layout. (Default: 0
)
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. (Default: AddRows
)
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:
Wisej.Web.TableLayoutStyleCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Implements the basic functionality for a collection of table layout styles.
: Gets the number of styles actually contained in the .
: Returns or sets at the specified index.
Throws:
The property value is already assigned to another owner. You must first remove it from its current location or clone it.
Throws:
Removes the style at the specified index of the collection.
Wisej.Web.TableLayoutRowStyleCollection
Wisej.Web.ColumnStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.TableLayoutPanelCellPosition
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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.TableLayoutStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Implements the basic functionality that represents the appearance and behavior of a table layout.
: Returns or sets a flag indicating how a row or column should be sized relative to its containing table. (Default: AutoSize
)
Name | Description |
---|
Parameter | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
: Returns or sets the number of columns in the table. (Default: 0
)
: 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. (Default: AddRows
)
: Returns the control's layout engine.
: Returns or sets the number of rows in the table. (Default: 0
)
: 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 |
---|
: Returns the current table layout engine.
: Returns or sets the maximum number of rows allowed in the table layout. (Default: 0
)
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.
Adds a new to the end of the current collection.
Parameter | Type | Description |
---|
Returns: . The position into which the new element was inserted.
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 and empties the collection.
Parameter | Type | Description |
---|
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 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 |
---|
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.
Name | 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
A SizeType indicating how the row should be should be sized relative to its containing table.
height
The preferred height in pixels or percentage of the TableLayoutPanel, depending on sizeType .
colStyle
The ColumnStyle to locate in the TableLayoutColumnStyleCollection.
colStyle
The ColumnStyle to locate in the TableLayoutColumnStyleCollection.
index
The zero-based index at which the ColumnStyle should be inserted.
colStyle
The ColumnStyle to insert into the TableLayoutColumnStyleCollection. The value can be null.
colStyle
The ColumnStyle to remove from the TableLayoutColumnStyleCollection. The value can be null.
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. |
Controls that support drag & drop operations 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. |
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. |
style |
index |
rowStyle |
rowStyle |
index |
rowStyle |
rowStyle |
sizeType |
width | The preferred width, in pixels or percentage, depending on the sizeType parameter. |
container
The TableLayoutPanel control that contains the control collection.
style
Underlying style instance.
sizeType
A SizeType indicating how the row should be should be sized relative to its containing table.
colStyle
The ColumnStyle to add to the TableLayoutColumnStyleCollection.
location | The location of the panel on its parent control. |
size | The size of the panel. |
controls | The array of child controls to add to the panel. |
rowStyle |
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. |
column | The column position of the cell. |
row | The row position of the cell. |
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 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.
A that represents the cell position.
The to add to the .
The zero-based index of the to be removed.
A collection that stores objects.
A collection that stores objects.
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 column should be should be sized relative to its containing table.
Returns the that represents the row and the column of the cell.
Returns the that represents the row and the column of the cell.
The to add to the .
A indicating how the column should be should be sized relative to its containing table.