Table of Contents

Class ExpanderViewBoxLayoutManager

Namespace
Nalu
Assembly
Nalu.Maui.Layouts.dll

Layout manager for IExpanderViewBox.

public class ExpanderViewBoxLayoutManager : ILayoutManager
Inheritance
ExpanderViewBoxLayoutManager
Implements
Inherited Members

Constructors

ExpanderViewBoxLayoutManager(IExpanderViewBox)

Layout manager for IExpanderViewBox.

public ExpanderViewBoxLayoutManager(IExpanderViewBox expander)

Parameters

expander IExpanderViewBox

The layout using this ILayoutManager.

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