Table of Contents

Class SlideBoxLayoutManager

Namespace
Nalu
Assembly
Nalu.Maui.Layouts.dll

Lays out every realized slide in the page slot: bounds minus padding minus the peek bands. Slides are positioned by translation (see SlideBox), so all children share the same frame.

public class SlideBoxLayoutManager : ILayoutManager
Inheritance
SlideBoxLayoutManager
Implements
Inherited Members

Constructors

SlideBoxLayoutManager(SlideBox)

Lays out every realized slide in the page slot: bounds minus padding minus the peek bands. Slides are positioned by translation (see SlideBox), so all children share the same frame.

public SlideBoxLayoutManager(SlideBox slideBox)

Parameters

slideBox SlideBox

Methods

ArrangeChildren(Rect)

public Size ArrangeChildren(Rect bounds)

Parameters

bounds Rect

Returns

Size

Measure(double, double)

public Size Measure(double widthConstraint, double heightConstraint)

Parameters

widthConstraint double
heightConstraint double

Returns

Size