G Guest Oct 31, 2007 #1 When I ad a toolstripstatuslabel to the status bar, is ther a way to have this one label right justified?
When I ad a toolstripstatuslabel to the status bar, is ther a way to have this one label right justified?
C cfps.Christian Oct 31, 2007 #2 When I ad a toolstripstatuslabel to the status bar, is ther a way to have this one label right justified? Click to expand... There is a property in Design View RightToLeft, change that to Yes.
When I ad a toolstripstatuslabel to the status bar, is ther a way to have this one label right justified? Click to expand... There is a property in Design View RightToLeft, change that to Yes.
G Guest Oct 31, 2007 #3 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
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 Oct 31, 2007 #4 I cheated and inserted a blank label and made it wide enough to push my time label over. Seems to work well enough.
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 Oct 31, 2007 #5 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. Click to expand... 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
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. Click to expand... 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