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 ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
Remark: The width of the columns found in a Looper control is defined in the editor during the control description ("Column width" 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: LOOP_CustomerInfo.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.
Versión mínima requerida
  • Versión 10
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