feathers.layout
Check out some additional documentation from the Feathers UI Manual to help you get started with the feathers.layout package:
| .. | |
|---|---|
| AutoSizeMode | Constants that determine how a component should automatically calculate its own dimensions when no explicit dimensions are provided. |
| HorizontalAlign | Constants for horizontal alignment (positioning along the x axis) of items in a layout. |
| HorizontalLayout | Positions items from left to right in a single row. |
| HorizontalLayoutData | Provides optional percentage sizing for children of containers that use
|
| IDragDropLayout | A layout that provides support for drag and drop. |
| ILayout | Positions and sizes children in a container. |
| ILayoutData | Optional, extra data used by some |
| ILayoutObject | An object that may contain extra data for use with the parent container's layout. |
| LayoutBoundsResult | Calculated bounds for layout. |
| Measurements | Stores the current measurements for a display object. |
| RelativePosition | Constants for positioning an item relative to another item in a layout. |
| VerticalAlign | Constants for vertical alignment (positioning along the y axis) of items in a layout. |