pibPushRows
layoutXL pibPushRows boolean { t | nil }
Description
Pushes standard and custom rows inside blocks. Overlapping rows and the rows that are completely inside the boundary are not pushed inside.
The default value is nil, which case all above rows are pushed inside blocks.
GUI Equivalent
|
Push Into Blocks – Push Row(s) inside Soft Block(s) ( |
Examples
envGetVal("layoutXL" "pibPushRows")
envSetVal("layoutXL" "pibPushRows" 'boolean t)
envSetVal("layoutXL" "pibPushRows" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top