Right align ToolStripProgressBar in statusStrip

Xancholy

Well-known member
Joined
Aug 29, 2006
Messages
143
Programming Experience
Beginner
I have dropped a statusStrip onto my form. I have added a ToolStripprogressbar and ToolStripStatusLabel to the statusStrip.

The ToolStripProgressbar is aligned left by default.

How can I align the ToolStripProgressbar to the right to simulate the firefox browser's progressbar ?

Thanks for any help
 
Set Spring=True for the label before it. If there is no label before it put an empty label there.
 
thanks. wouldn't have seen the spring in a million years.

Works perfect in design view but...

when the form runs it sends the progressbar back to the left with the statuslabel to the right.

I even tried setting the spring to true on form load.

What am I missing ?
 
No idea, worked for me. Post a sample that reproduce the problem. (just create a new project adding the statusstrip and the two toolstripitems and upload it)
 
I must have messed the statusstrip settings while experimenting. I deleted it and started fresh and it worked great.

Thanks
 
Back
Top