OPTIMIZE_CONTROL_RESIZE

This configuration variable determines how the runtime optimizes control resize requests. Prior to Version 5.2, the runtime would optimize away requests to resize a screen control if the new size and position matched the control's current size and position on the screen. In Version 5.2, or later, the runtime optimizes the control resize request using the SIZE and LINES indicated (or implied) by the program. Setting OPTIMIZE_CONTROL_RESIZE to 0 (off, false, no) prevents any optimization of control resizing operations. The default of 1 (on, true, yes) enables the new behavior. See Appendix C: Changes Affecting Previous Versions for more details.