- The value of the OuterPosition property for the axes or chart will change when the
app is resized. - The axes or chart will not shrink smaller than a minimum size when the app is resized.
If you want to avoid either of these behaviors, set the AutoResizeChildren property of
the container to 'off'.
Disabling Automatic Resizing
You can disable the automatic resize behavior of a container by disabling the property. To
disable the property in App Designer, select the container and clear the
AutoResizeChildren check box in the Inspector tab of the Component Browser.
Whenever you select or clear this check box, App Designer sets the property to the same
value on all its child containers. To set the AutoResizeChildren property of a child
container to a different value, set the value for the child container after setting the value
for the parent.
You can also set the property programmatically by setting the value to 'on' or 'off'.
When you set the property programmatically, the value does not change for the child
containers.
16 App Layout