disableFolding
layoutXL disableFolding boolean { t | nil }
Description
Disables folding, if the folding threshold value for the selected component type is set to 0.
GUI Equivalent
Examples
envGetVal("layoutXL" "disableFolding")
envSetVal("layoutXL" "disableFolding" 'boolean t)
envSetVal("layoutXL" "disableFolding" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top