syncActive
layout.tpa syncActive 'boolean { t | nil }
Description
Synchronizes the active WSSPDefs in one window to other cellviews so that the active WSSPDefs match. When this environment variable is set to nil, each cellview has it's own constraints for active WSSPDefs. The default value is nil.
GUI Equivalent
Examples
envGetVal("layout.tpa" "syncActive")
envSetVal("layout.tpa" "syncActive" 'boolean t)
Return to top