|
|
|
|
|
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). IF CBOX_InColumn = True THEN
ORG_Main.MaxLeafPerRow = 1
ELSE
ORG_Main.MaxLeafPerRow = 0
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).
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|