Click or drag to resize

DynamicRow Class

Represents a row for a DynamicTable
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionDynamicItem
    Eto.FormsDynamicRow

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DynamicRow : Collection<DynamicItem>

The DynamicRow type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItems Obsolete.
Gets or sets the items on this row.
Public propertyTable
Gets the table this row is contained in
Top
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
Operators
See Also