text boxes

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
 
J

Jeff Boyce

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.
 

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