I'm writing a SpacerStatusLabel derived from ToolStripStatusLabel to fill the remaining place, because - as I read on SO - setting the Spring property to true can be wrong. (It's to align the items which come after the spacer to the right)
My code which calculates the size of the spacer is working well, so its size is correct, but the items of the StatusStrip which come after the spacer overlap the spacer, I don't know why. They should be displayed after the spacer, shouldn't they?
As you can see, the space for the button is there, on the right, but the button itself is positioned wrongly. (The "begin:115 etcetc" text is there because of testing, don't care about that)
How can I solve this? Thank You very much! EDIT When I removed the text from the spacer, the button got next to the first label, so the whole thing appears as if there were no spacer label. I can't imagine why it ignores that big red thing in the StatusBar :-(