TheSwamp

Code Red => .NET => Topic started by: Keith™ on January 04, 2019, 12:14:20 PM

Title: Unexpected control resizing behaviour
Post by: Keith™ on January 04, 2019, 12:14:20 PM
I have a control .. well, actually a collection of controls, that are on a TabPage control.
I am attempting to resize/adjust all of the controls should the container resize, that leads me to the issue at hand.

If tab 1 is selected and the control is resized, all of the controls resize and adjust position as desired, however items on tab 2 do not. If I select tab 2 and resize the control, the items on tab 2 adjust but those on tab 1 do not.

There are no errors thrown and the controls have been created.

Its a short drive to insanity!!