Click or drag to resize

ScrollEventArgsScrollPosition Property

Gets the scroll position of the Scrollable

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

Property Value

Type: Point
The scroll position.
See Also