Interface IScrollable
- Namespace
- Avalonia.Controls.Primitives
- Assembly
- Avalonia.Controls.dll
Interface implemented by scrollable controls.
public interface IScrollable
Properties
Extent
Gets the extent of the scrollable content, in logical units
Size Extent { get; }
Property Value
Offset
Gets or sets the current scroll offset, in logical units.
Vector Offset { get; set; }
Property Value
Viewport
Gets the size of the viewport, in logical units.
Size Viewport { get; }