FancyPrairie
Programmer
I have a split form and via the Activate event (tried it under the Open event) I maximize the form. However, the InsideWidth property of the form (tested on events: Open, Load, Activate, Current, Resize) always returns the value of the InsideWidth when the form is not maximized. Note that once the form is displayed and I select a button to check the InsideWidth, it now shows it correctly.
So, how do I get the correct InsideWidth. Note that all values are correct when the form is a simple form rather than a split form.
I'm trying to center the controls when the form is opened and resized. Works fine with simple form but not with split form.
So, how do I get the correct InsideWidth. Note that all values are correct when the form is a simple form rather than a split form.
I'm trying to center the controls when the form is opened and resized. Works fine with simple form but not with split form.