ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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 Layout property is used to get the layout of the cells in a Layout control.
Example
// Enlarge text if the Layout control displays one cell per column
IF LAYOUT_MyLayout.Layout = layoutVerticalStacking THEN
LAYOUT_MyLayout.STC_Name.Width = 320
END
Syntax

Getting the layout of the cells Hide the details

<Result> = <Layout control>.Layout
<Result>: Integer constant
Layout of cells:
layoutHorizontalStackingThe Layout control displays a cell per row, one below the other.
layoutVerticalStackingThe Layout control displays one cell per column, one next to the other.
<Layout control>: Control name
Name of the Layout control used.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help