makeCellAllLevels
layoutDP makeCellAllLevels boolean { t | nil }
Description
Creates cellviews for all virtual hierarchy levels inside the selected virtual hierarchy using a bottom-up approach and creates a cellview for the selected virtual hierarchy.
The default is nil, which means hierarchical make cell creation is disabled.
GUI Equivalent
Examples
envGetVal("layoutDP" "makeCellAllLevels")
envSetVal("layoutDP" "makeCellAllLevels" 'boolean t)
Related Topics
Return to top