propertyEditorAutoResize
layout propertyEditorAutoResize boolean { t | nil }
Description
Resizes the Property Editor automatically.
The default is t. When set to nil, the Property Editor can be resized. It remains fixed for all object types in the current session.
GUI Equivalent
Examples
envGetVal("layout" "propertyEditorAutoResize")
envSetVal("layout" "propertyEditorAutoResize" 'boolean t)
Related Topics
Return to top