Responsive Flex Layout
This adapts to the device screen to fit the screen and for better usability and navigation. It adjusts automatically to the device display and aligns the elements relatively.
Last updated
This adapts to the device screen to fit the screen and for better usability and navigation. It adjusts automatically to the device display and aligns the elements relatively.
Last updated
Property | Description |
---|---|
| |
| |
| |
|
Property | Description |
---|---|
Background | Specify the background colour for the column. |
Background Image | Provide a valid URL for the image that renders as the background for the column. |
Border Color | Mention the color for the column border. |
Border Radius | Sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms. |
Margin | This value is set in terms of "px" number which creates the space between the border and the content of the column. |
Disables the user interaction with the element on the page. It visually indicates that the element is inactive and prevents users from interacting with it when applied. Shows a red-crossed warning symbol and can be customized to disable the widget according to certain conditions using low-code.
This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.
This represents the row lines created within column lines, also the top and bottom lines between the widget's border and content.
Property | Description |
---|---|
Background | This is the background space of the widget, behind all the columns. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly. |
Box Shadow | The is the colour of the shadow that is generated behind the widget box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour. |
Border Color | Set the colour to the border lines. The border lines will be shown only if that is enabled. |
Border Radius | This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms. |
Margin | This value is set in terms of "px" number, which creates the space between the border and outer elements. |
Padding | This value is set in terms of "px" number, which creates the space between the border and the content of the widget. |
Border Width | Set the thickness of the border of the widget using this value. It is defined using "px" terms. |
This represents each column box added inside the widget.
Property | Description |
---|---|
Background | This is the background space of each column. Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the front element clearly. |
Box Shadow | The is the colour of the shadow that is generated behind the column box. The X and Y axis values can be altered such that the shadow can be set to fall anywhere behind the widget area. "x-offset" - a positive number specifies the shadow will be on the right of the box, and a negative number will put the shadow on the left of the box. "y-offset" - a negative one means the shadow will be above the box, and a positive number means the shadow will be below the box. "Blur" - if the number is set to 0 then the shadow will be sharp. It will more blurred as the number goes higher, and the shadow will extend further away. "Color" - sets the colour of the shadow. If the colour is not set, the box shadows are drawn in the foreground colour. |
Border Color | Set the colour to the borderlines for each column. The borderlines will be shown only if that is enabled. |
Border Radius | This sets the radius on the corners of each column, enabling rounded corners to the column box. This value is defined in "px" terms. |
Margin | This value is set in terms of "px" number, which creates the space between the border of the column and the outer space. |
Padding | This value is set in terms of "px" number, which creates the space between the border and the content inside the column box. |
Border Width | Set the thickness of the border of the widget using this value. It is defined using "px" term |