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 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.
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