ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Table control
  • 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.
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help