Table of Contents

Interface IDefinesViewport

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public interface IDefinesViewport
Extension Methods

Properties

TrackIndexPosition

RelativePositionType TrackIndexPosition { get; }

Property Value

RelativePositionType

Viewport

ScaledRect Viewport { get; }

Property Value

ScaledRect

Methods

InvalidateByChild(SkiaControl)

So child can call parent to invalidate scrolling offset etc if child size changes

void InvalidateByChild(SkiaControl child)

Parameters

child SkiaControl

ScrollTo(float, float, float, bool)

void ScrollTo(float x, float y, float maxTimeSecs, bool clamp)

Parameters

x float
y float
maxTimeSecs float
clamp bool

UpdateVisibleIndex()

void UpdateVisibleIndex()