Question With a StatusStrip is it possible to Spring the entire width?

UncleRonin

Well-known member
Joined
Feb 28, 2006
Messages
230
Location
South Africa
Programming Experience
5-10
I have a basic Form with a StatusStip at the bottom. I have set SizingGrip = False and the BackColor = White. Now, I have added a single ToolStripStatusLabel with Spring = True.

What I notice is that the label does not extend its width to the entire length of the StatusStrip and insteads stops right where the SizingGrip would have been :(

Is there a workaround for this at all?
 
Back
Top