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 HeightExpanded property is used to get and change the height of an expanded iOS 13 widget.
Example
MyWindow.HeightExpanded = 40 + 20 * nNbRow
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. Caution: This height is limited to the maximum value allowed by iOS (depending on the widgets already displayed).
Versión mínima requerida
  • Versión 25
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/02/2023

Señalar un error o enviar una sugerencia | Ayuda local