We have a commandbar docked to the right of our form, underneath another user control which is docked to the top.
The commandbar is one row with two strips in it, and the first strip (the one which is getting out of bounds) has two buttons on it. (see attached images).
It works fine but when you maximize the form, the first strip appears to lose it's first button.
Inspecting the element properties of the strip shows that for some reason, the ControlBoundingRectangle/BoundingRectangle has it's Y axis set to -42.
Is there any way to reset the ControlBoundingRectangle to back to it's original value or any other method to stop it from going out of bounds?
We're using version 2020.1.113.40
Thanks,