Click or drag to resize

ScrollableScrollSize Property

Gets or sets the size of the scrollable region manually

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

Property Value

Type: Size
The size of the scrollable region.
Remarks
Typically you do not need to set the scroll size manually, as the content will be used to determine the size automatically.
See Also