ScrollableIHandlerScrollSize 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 Size ScrollSize { get; set; }
Property ScrollSize As Size
Get
Set
abstract ScrollSize : Size with get, set
Property Value
Type:
SizeThe 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