Table of Contents

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

Size

Offset

Gets or sets the current scroll offset, in logical units.

Vector Offset { get; set; }

Property Value

Vector

Viewport

Gets the size of the viewport, in logical units.

Size Viewport { get; }

Property Value

Size