AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local