![]() PAGINGMAXHEIGHT |
![]() DEVELOPER |
![]() |
PAGINGMAXHEIGHT
|
|
Purpose |
.PagingMaxHeight sets the maximum height that a Paging Area object can be resized to when Dynamic Resizing functionality is used. (Open Client only) |
Object Type |
Paging Cycles |
Syntax |
Setting: ObjectReference.PagingMaxHeight = Value |
Operation |
ObjectReference is the Tag Name of the object |
Remarks |
Use to restrict the maximum height of a Paging Cycle object when resized. This property overrides the AutoPagingMaxHeight Application property. If the .PagingMaxHeight is not set or set to zero, then the Application property is used to determine the resizing behaviour. |
Example |
To set the .PagingMaxHeight property for a Paging Cycle with a Tag Name of PagingCycle1 to 25: PagingCycle1.PagingMaxHeight = 25 |
![]() |
Note: This Application Property applies to PROIV Open Client only. |
![]() |
Warning: Take care when configuring the PagingMaxHeight value as setting it too high may add a significant overheard to the data transferred between the PROIV Client and PROIV Virtual Machine during the page up/down operations performed in Paging Cycles. |
Topic ID: 510159