Run the project
The label will remain in its design position rather than move with the edge of the form. This used to work in previous builds but seems to have broken in Build 1.2.38.0.
Nic
If you change this.ResumeLayout(false); to this.ResumeLayout(true); in the Designer.cs file – last line, it fixes it. This will be fixed quickly on our end. The designer generates (true) sometimes and (false) some other…
Thanks Luca, that fixed it.
Nic
Thanks. It’s related to WJ-7487: Child controls inside SplitContainer don’t resize when application starts with WindowState = Maximized
The problem occurs when starting maximized. Reopened.