StatusStrip control alignment

  • Thread starter Thread starter Tim Kelley
  • Start date Start date
T

Tim Kelley

I have placed a Status Strip on my form and added two controls (progress bar
and a status label). Is there a way to right align one of the controls so
they are not right next to each other? I would like the progress bar on the
right side of the status strip. I tried setting the alignment property, but
is had no affect.

Thanks.
 
I am not sure how to do that. But, I also had a question about
StatusStrips: How can you make little separator bars between
elements? For example, if you had a bunch of text in there, and you
wanted to clearly separate them, just like the bottom of IE does, and
most other apps.

Zytan
 
I'm trying to find a better alignment option than the manual sizes I
am setting now. If a blank statuslabel is set to autosize, it sizes
itself to 0.

I want autosize to fill the form

Anyhow, those seperators are merely borders on the status label
controls themselves. You can set the top/bottom/left/right borders.
Use the Left/Right borders to emulate seperators.
 
Back
Top