AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Tabla
  • Overview
  • How to?
  • Allowing the user to resize the height of rows in a Table (or TreeView Table) control
  • Allowing the user to resize the height of rows in a Looper control
  • Disabling the ability to resize rows
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
Overview
In Table controls, the user can resize the height of rows, in read-only or in edit.
This feature is also available:
  • in Looper controls.
  • in TreeView Table controls.
How to?

Allowing the user to resize the height of rows in a Table (or TreeView Table) control

To allow the user to resize the height of rows in a Table (or TreeView Table) control:
  1. Open the control description.
  2. In the "Details" tab of the control description, check "Resizable row height".
  3. Validate.

Allowing the user to resize the height of rows in a Looper control

To allow the user to resize the height of rows in a Looper control:
  1. Display the description of Looper control.
  2. In the "Details" tab of the Looper control description, check "Resizable" for the row height.
  3. Validate.

Disabling the ability to resize rows

To prevent the user from resizing the height of the rows in a Table, TreeView Table or Looper control, use AAFDisable with the aafResizeRowHeight constant.
Versión mínima requerida
  • Versión 12
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