loio |
---|
674890e6d8534eaba2eaf63242e077eb |
view on: demo kit nightly build | demo kit latest release
The sap.m.FlexBox
control allows to develop layouts which adjust to the available space and avoid unused space or overflow.
User interfaces often have to adapt to different screen sizes. Therefore, building user interfaces in a way that a single layout reliably fits the available screen real estate is challenging. FlexBox
controls can be nested to create more complex layouts.
The two main uses of a FlexBox control are:
-
Two-dimensional layouting
-
Flexible layouts
-
Getting Started With FlexBox
For a flexible box layout, create aFlexBox
control and add any kind of controls to it. -
Important FlexBox Layout Concepts
Introduction of important concepts for FlexBox layouts.