IScrollable Interface

Summary

Interface implemented by scrollable controls.
graph BT Type["IScrollable"] class Type type-node Implementing0["ScrollContentPresenter"]-.->Type click Implementing0 "/api/Avalonia.Controls.Presenters/ScrollContentPresenter" Implementing1["ScrollViewer"]-.->Type click Implementing1 "/api/Avalonia.Controls/ScrollViewer" Implementing2["ItemsPresenter"]-.->Type click Implementing2 "/api/Avalonia.Controls.Presenters/ItemsPresenter" Implementing3["DateTimePickerPanel"]-.->Type click Implementing3 "/api/Avalonia.Controls.Primitives/DateTimePickerPanel" Implementing4["ILogicalScrollable"]-.->Type click Implementing4 "/api/Avalonia.Controls.Primitives/ILogicalScrollable"

Syntax

public interface IScrollable

Properties

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