<< 点击显示目录 >> 主页 mappView帮助助手 > mapp View帮助信息 > Widgets > Containers > FlexBox |
Widget "FlexBox" widget can be used to group other widgets. This is done by placing "FlexBoxItem" widgets inside a "FlexBox" widget that has been divided into areas based on the configuration of widget "FlexBoxItem". The widget group thus has an area with a dynamic height available to it at runtime.
Name |
Description |
|
FlexBox |
Widget "FlexBox" is a container that can hold "FlexBoxItem" widgets. In this combination, the size of the "FlexBoxItem" widgets are adjusted dynamically within the "FlexBox" widget. For more information, see .Concept |
|
FlexBoxItem |
Widget "FlexBoxItem" is a container that can hold other widgets. This widget can change size dynamically in order to adjust to the available space. Widget "FlexBoxItem" must be placed in widget "FlexBox". For more information, see .Concept |