ScrollableIHandlerScrollPosition Property |
Gets or sets the scroll position from the top-left origin
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Point ScrollPosition { get; set; }
Property ScrollPosition As Point
Get
Set
abstract ScrollPosition : Point with get, set
Property Value
Type:
PointThe scroll position.
See Also