IScrollable Interface
Interface implemented by scrollable controls.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public interface IScrollable
Public Interface IScrollable
type IScrollable = interface end
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. |