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 MarginInterCell property is used to:
  • find out the margin between rows or columns in a Layout control.
  • modify the margin between rows or columns in a Layout control.
    WEBDEV - Server code The modification is not available in WEBDEV.
Example
// 16 pixels between each row of LAYOUT_Row
LAYOUT_Row.MarginInterCell = 16
Syntax

Finding out the margin between rows or columns in a Layout control Hide the details

<Result> = <Layout control>.MarginInterCell
<Result>: Integer
Margin (in pixels) between the rows or columns in the specified Layout control.
<Layout control>: Control name
Name of the Layout control to be used.
WEBDEV - Server code This syntax is not available in WEBDEV.

Modifying the margin between rows or columns in a Layout control Hide the details

<Layout control>.MarginInterCell = <New margin>
<Layout control>: Control name
Name of the Layout control to be used.
<New margin>: Integer
New margin (in pixels) between the rows or columns in the specified Layout control. This value must be positive or null.
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