IScrollable Interface

Interface implemented by scrollable controls.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public interface IScrollable

Properties

Extent Gets the extent of the scrollable content, in logical units
Offset Gets or sets the current scroll offset, in logical units.
Viewport Gets the size of the viewport, in logical units.

See Also