Click or drag to resize

DynamicScrollable Class

Used to easily insert a Scrollable into a dynamic layout
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DynamicScrollable : DynamicTable

The DynamicScrollable type exposes the following members.

Constructors
  NameDescription
Public methodDynamicScrollable
Initializes a new instance of the DynamicScrollable class
Top
Properties
  NameDescription
Public propertyBorder
Gets or sets the border for the contained scrollable
Public propertyScrollable
Gets the Scrollable instance when the layout has been generated.
Top
Methods
See Also