Click or drag to resize

DynamicRow Methods

The DynamicRow type exposes the following members.

Methods
  NameDescription
Public methodAdd(Control)
Add the specified controls to the row
Public methodAdd(DynamicItem)
Add the specified items to the row
Public methodAdd(IEnumerableDynamicItem)
Add the specified items to the row
Public methodAdd(IEnumerableControl, NullableBoolean, NullableBoolean)
Add the controls to the row, with specified xscale and yscale.
Protected methodClearItems
Handles when the collection is cleared.
(Overrides CollectionTClearItems.)
Protected methodInsertItem
Handles when an item is inserted into the collection
(Overrides CollectionTInsertItem(Int32, T).)
Protected methodRemoveItem
Handles when an item is removed from the collection
(Overrides CollectionTRemoveItem(Int32).)
Protected methodSetItem
Handles when an item is changed
(Overrides CollectionTSetItem(Int32, T).)
Top
See Also