Layouts


Table of Contents

<constantboundslayout>
Arranges a set of views to a constant 'x' or 'y' value with a bounding rect
<constantlayout>
Arranges a set of views to a constant 'x' or 'y' value.
<resizelayout>
A layout with fixed and stretchable views.
<reverselayout>
A layout for arranging siblings vertically or horizontally in reverse order.
<simpleboundslayout>
Arranges a set of views along an 'x' or 'y' axis with respect to the bounding rect of the views
<simplelayout>
A quick layout for arranging siblings vertically or horizontally.
<stableborderlayout>
Keeps the width of two outer sibling views constant, while stretching the innermost one.
<wrappinglayout>
A layout for arranging siblings in multiple lines.