ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The FlexColumnGap property gets and sets the size of the gutter that separates the columns of a Flexbox control.
Example
// Flexbox control characteristics
FLEX_MyFlexbox.FlexDirection = fbdColumn
FLEX_MyFlexbox.FlexWrap = fbwWrap
FLEX_MyFlexbox.FlexJustifyContent = fbjcCenter
FLEX_MyFlexbox.FlexAlignContent = fbacEnd
FLEX_MyFlexbox.FlexAlignItems = fbaiCenter
FLEX_MyFlexbox.FlexColumnGap = 5
FLEX_MyFlexbox.FlexRowGap = 50
Syntax

Getting the space between columns of a Flexbox control Hide the details

<Result> = <Control used>.FlexColumnGap
<Result>: Integer
Size of the gutter that separates the columns of a Flexbox control, expressed in pixels.
<Control used>: Control name
Name of the Flexbox control used.

Setting the space between columns of a Flexbox control Hide the details

<Control used>.FlexColumnGap = <New width>
<Control used>: Control name
Name of the Flexbox control used.
<New width>: Integer
New size of the gutter that separates the columns of a Flexbox control, expressed in pixels.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/02/2024

Send a report | Local help