Click or drag to resize

DynamicScrollableScrollable Property

Gets the Scrollable instance when the layout has been generated.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Scrollable Scrollable { get; }

Property Value

Type: Scrollable
The Scrollable instance.
See Also