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?enter image description here

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 :-(

link|improve this question

69% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.