ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
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
Adapts the window height to the content of controls. The controls are displayed in an optimal way in the window (the scrollbars are deleted if possible).
Example
// Displays the TABLE_Price control
TableDisplay(WIN_Price.TABLE_Price)
// Adapts the windows height
WinAdaptHeight(WIN_Price)
Syntax
WinAdaptHeight([<Window>])
<Window>: Optional window name
Name of window to resize. The current window will be used if this parameter is not specified.
Remarks
A window can be resized in height only if the window contains one of the following controls anchored in height:
  • List Box control.
  • Table control.
  • Looper control.
  • TreeView control.
  • ListView control
  • Multiline edit control.
Component: wd290obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help