Status Bar

G

Guest

When I ad a toolstripstatuslabel to the status bar, is ther a way to have
this one label right justified?
 
C

cfps.Christian

When I ad a toolstripstatuslabel to the status bar, is ther a way to have
this one label right justified?

There is a property in Design View RightToLeft, change that to Yes.
 
G

Guest

I tried and it does nto work. I beleive this property is for RTL languages
and the box will fill in that way rather than left-to-right.

I do nto see any property that allow me to right align the label itself
which is a bummer.


thanks,
CM
 
G

Guest

I cheated and inserted a blank label and made it wide enough to push my time
label over. Seems to work well enough.
 
M

Matt Brunell

CMartin said:
I cheated and inserted a blank label and made it wide enough to push my
time
label over. Seems to work well enough.
That may work well enough. Does the form has to be resizable?
Consider this alternative:
For the status label, if you set the following:

Spring = true
TextAlign = MiddleLeft

this may give you what you want.
--Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top