ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 2 - Developing a website
  • Principle
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
7. Layouts using the Flexbox control
Previous pageTable of contentsNext page
The Flexbox layout mode works by repositioning controls within "boxes", setting a vertical or horizontal alignment, setting relative sizes and nesting boxes. Each box is a Flexbox control.
The advantage of this mode is the automatic repositioning of boxes and the controls they contain, in order to fit the browser and/or the content.
A page in Zoning mode (with or without layouts) can contain one or more Flexbox controls.
Principle
Within a Flexbox container, controls are placed one after the other.
For each Flexbox control, you must:
  • specify how the controls inside will be laid out: in rows or columns.
  • specify how the controls will behave when the container or the items are resized: wrap, grow, shrink, etc.
Apply this method to as many controls as necessary to define their positioning and resizing behavior.
Define the layout rules of the Flexbox control according to the size of the browser
Define the layout rules of the Flexbox control according to the size of the browser
Rule used: Resize images proportionally
Rule used: Resize images proportionally
Rule used: Reduce image width
Rule used: Reduce image width
Previous pageTable of contentsNext page
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 08/29/2023

Send a report | Local help