DynamicRow Methods |
The DynamicRow type exposes the following members.
| 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).) |