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 HeightExpanded property gets and sets the height of an expanded iOS 13 widget.
Example
MyWindow.HauteurDéroulée = 40 + 20 * nNbLigne
Syntax

Getting the height of an expanded iOS widget Hide the details

<Result> = <Window to use>.HeightExpanded
<Result>: Integer
Height (in pixels) of the expanded iOS widget window.
<Window to use>: Window name
Name of iOS widget window.

Changing the height of an expanded iOS widget Hide the details

<Window to use>.HeightExpanded = <New height>
<Window to use>: Window name
Name of iOS widget window.
<New height>: Integer
Height (in pixels) of the expanded iOS widget window.
Remarks
  • When the expanded height is greater than the collapsed height, the iOS widget can be expanded.
  • When expanded, the widget will have the height set with the HeightExpanded property. Warning: This height is limited to the maximum height allowed by iOS (depending on the Widgets already present on the workstation).
Minimum version required
  • Version 25
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help