text boxes

  • Thread starter Thread starter pat
  • Start date Start date
P

pat

A text box (Label) when has a fair amount of text in it
and u want it 'right justified' tends to not really
be 'right justified' because of spaces in the text.

I have this issue when i want the text to wrap to the
next line within the label box and right justifiying
doesnt right justify all lines of text within the label.

any ideas please
 
Pat

Text controls are not label controls. If you have a situation in which the
number of characters can exceed the width of the control, I suspect you'd be
better off using a text control and setting the CanGrow/CanShrink properties
to "yes".

I don't understand what you mean by a "right justified" control not really
being right justified... it seems to work that way on my PC.
 
Back
Top