OptionsTableLayoutGroup Methods
Provides options and methods to customize a table layout enabled for a LayoutGroup.Name | Description |
---|---|
Add(ColumnDefinition) | Adds the specified column to a table layout. |
Add(RowDefinition) | Adds the specified row to a table layout. |
AddColumn() | Creates a new column with default settings and adds it to the table layout. |
AddRow() | Creates a new row with default settings and adds it to the table layout. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetColumn(Int32) | Returns a column by its index within the table layout. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetRow(Int32) | Returns a row by its index within the table layout. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
Insert(Int32, ColumnDefinition, Boolean) | Inserts an element into the collection at the specified index. |
Insert(Int32, RowDefinition, Boolean) | Inserts an element into the collection at the specified index. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove(ColumnDefinition, Boolean) | Removes the specified column definition. |
Remove(RowDefinition, Boolean) | Removes the specified row definition. |
RemoveColumnAt(Int32, Boolean) | Removes the element at the specified index. |
RemoveRowAt(Int32, Boolean) | Removes the element at the specified index. |
See Also