Namespace: PP;
The FlexLayoutFlex enumeration contains options of flexible layout of container elements.
It is used by the FlexLayout.Position property.
Value | Brief description |
Even | Element size depends on container size. |
Ratio |
Element size is fixed and does not depend on container size. |
None | Container elements layout is not flexible. |
See also: