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
expanderIExpanderViewBoxThe layout using this ILayoutManager.
Methods
ArrangeChildren(Rect)
public Size ArrangeChildren(Rect bounds)
  Parameters
boundsRect
Returns
Measure(double, double)
public Size Measure(double widthConstraint, double heightConstraint)