Skip to main content

IScrollable Interface

Interface implemented by scrollable controls.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public interface IScrollable
View Source

Properties

ExtentGets the extent of the scrollable content, in logical units
OffsetGets or sets the current scroll offset, in logical units.
ViewportGets the size of the viewport, in logical units.

See Also

Reference

Avalonia.Controls.Primitives Namespace