This simple forms app contains a single StatusStrip with two ToolStripStatusLabel objects.
The labels are intended to appear left- and right-aligned respectively. The first ToolStripStatusLabel has Spring = True to get the desired layout. This works as expected with .net 9, but the right label is missing with .net 10.
Source code and screen shots attached.
TestFormsDotNet9_GOOD.zip
TestFormsDotNet10_BAD.zip
Expected Behavior (.net 9)
Actual Behavior (.net 10)
** Suggested Labels:** bug, .net 10 regression