AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The HeightExpanded property gets and sets the height of an expanded iOS 13 widget.
Ejemplo
MyWindow.HeightExpanded = 40 + 20 * nNbRow
Sintaxis

Getting the height of an expanded iOS widget Ocultar los detalles

<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 Ocultar los detalles

<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.
Observaciones
  • 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).
Versión mínima requerida
  • Versión 25
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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