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 MaxLeafPerRow property gets and sets the maximum number of elements in a row in an Organization Chart control. When this maximum number is reached for the last level of the hierarchy, the elements are presented on several rows (vertical organization chart) or on several columns (horizontal organization chart).
Note The maximum number of sheets per line in the Organization Chart control is defined in the "General" tab of the control description window ("Switch to multiple lines from" option).
Ejemplo
IF CBOX_InColumn = True THEN
	ORG_Main.MaxLeafPerRow = 1
ELSE
	ORG_Main.MaxLeafPerRow = 0 // no limit
END
Sintaxis

Finding the maximum number of leaves Ocultar los detalles

<Result> = <Organization Chart control>.MaxLeafPerRow
<Result>: Integer
Maximum number of leaves per row. This value is set to 3 by default.
There is no limit if this value corresponds to 0.
If this value corresponds to 1, all the leaves are displayed below each other instead of being displayed side by side (vertical organization chart).
<Organization Chart control>: Control name
Name of Organization Chart control to use.

Modifying the maximum number of leaves Ocultar los detalles

<Organization Chart control>.MaxLeafPerRow = <New value>
<Organization Chart control>: Control name
Name of Organization Chart control to use.
<New value>: Integer
Maximum number of leaves per row. This value is set to 3 by default.
There is no limit if this value corresponds to 0.
If this value corresponds to 1, all the leaves are displayed below each other instead of being displayed side by side (vertical organization chart).
Versión mínima requerida
  • Versión 17
Esta página también está disponible para…
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