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; }
Public ReadOnly Property Scrollable As Scrollable
Get
member Scrollable : Scrollable with get
Property Value
Type:
ScrollableThe Scrollable instance.
See Also