ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The ColumnWidth property gets and sets the width of each column in a multi-column Looper control.
Remark: The column width of a RepeatString Looper control is defined in the editor when the control is described ("Column width" option in the "Details" tab of the control description).
Example
// Increases the width of columns found in "LOOP_CustomerInfo"
LOOP_CustomerInfo.ColumnWidth = LOOP_CustomerInfo.ColumnWidth + 15
// Is equivalent to : ZR_InfoClient.Width += 15
Syntax

Finding out the width of columns Hide the details

<Result> = <Looper control>.ColumnWidth
<Result>: Real
Width (in pixels) of the columns found in the specified Looper control.
<Looper control>: Control name
Name of the Looper control to be used.

Modifying the width of columns Hide the details

<Looper control>.ColumnWidth = <New width>
<Looper control>: Control name
Name of the Looper control to be used.
<New width>: Real
New width (in pixels) for the columns found in the specified Looper control.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help