DynamicRow Class |
Namespace: Eto.Forms
The DynamicRow type exposes the following members.
Name | Description | |
---|---|---|
DynamicRow |
Initializes a new instance of the DynamicRow class.
| |
DynamicRow(DynamicItem) |
Initializes a new instance of the DynamicRow class.
| |
DynamicRow(IEnumerableDynamicItem) |
Initializes a new instance of the DynamicRow class.
| |
DynamicRow(IEnumerableControl, NullableBoolean, NullableBoolean) |
Initializes a new instance of the DynamicRow class.
|
Name | Description | |
---|---|---|
Items | Obsolete.
Gets or sets the items on this row.
| |
Table |
Gets the table this row is contained in
|
Name | Description | |
---|---|---|
Add(Control) |
Add the specified controls to the row
| |
Add(DynamicItem) |
Add the specified items to the row
| |
Add(IEnumerableDynamicItem) |
Add the specified items to the row
| |
Add(IEnumerableControl, NullableBoolean, NullableBoolean) |
Add the controls to the row, with specified xscale and yscale.
| |
ClearItems |
Handles when the collection is cleared.
(Overrides CollectionTClearItems.) | |
InsertItem |
Handles when an item is inserted into the collection
(Overrides CollectionTInsertItem(Int32, T).) | |
RemoveItem |
Handles when an item is removed from the collection
(Overrides CollectionTRemoveItem(Int32).) | |
SetItem |
Handles when an item is changed
(Overrides CollectionTSetItem(Int32, T).) |
Name | Description | |
---|---|---|
(Control to DynamicRow) |
Implicitly converts a control to a row to easily define layouts
|