|
|
|
|
|
ResourceHeight (Property) In french: HauteurRessource
The ResourceHeight property is used to get and change the height of resources in a Scheduler control where resources are arranged in rows.
IF CBOX_Zoom = True THEN SCH_MySchedule.ResourceHeight = 200 ELSE SCH_MySchedule.ResourceHeight = 100 END
Syntax
Getting the height of resources Hide the details
<Result> = <Scheduler control>.ResourceHeight
<Result>: Integer - Height of the resources in pixels, if the height was modified through programming (with the ResourceHeight) property).
- -1 in the following cases:
- if the height of the resources is automatically calculated (via the information given in the description window of the control).
- if the resources are displayed in columns.
<Scheduler control>: Control name Name of the Scheduler control used.
Changing the height of the resources Hide the details
<Scheduler control>.ResourceHeight = <New height>
<Scheduler control>: Control name Name of the Scheduler control used. <New height>: Integer - New height for the resources expressed in pixels.
- -1 to automatically calculate the height of the resources from the information given in the description window of the control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|