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 / Funciones WLanguage / Controles, páginas y ventanas / Funciones de 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
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
Ejemplo
// Clic sur [Détail]
DISP_Paramètre[2]..Visible = NOT DISP_Paramètre[2]..Visible
LayoutAdaptSize(DISP_Paramètre)
Sintaxis
LayoutAdaptSize(<Layout control>)
<Layout control>: Control name
Name of the Layout control to be used.
Observaciones
  • Resizing the Layout control may resize its parent controls (especially if none of them is anchored to content).
  • Layout control size modification may be impossible or limited by the constraints of the field and/or its parent fields: min/max size reached, anchoring, presence of elevator, etc.
  • The overflow options of Layout control are ignored.
  • The option allowing (or not) the reduction of parent is ignored. Reminder: By default, the "Minimize parent" checkbox performs minimization only during window initialization (window minimization is not performed during runtime).. LayoutAdaptSize is used to reduce the parent of Layout control at any time.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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