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; }
Public Property ScrollSize As Size
Get
Set
member 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