System.Windows.Forms.StatusStrip
I have added a StatusStrip to my winforms app, but I am having a few problems.
I would like to have a label anchored at the left and a progressBar anchored on the right in the StatusStrip, but I can't find a way to set these properties.
I then thought that I may need to create two statusStrips and anchor them on either side of the bottom of the form..that didn't pan out, besides that just doesn't feel right.