Justify text....what's the way?

  • Thread starter Thread starter tranky
  • Start date Start date
T

tranky

Hi...
....i've a problem.
I want to justify a label text, it is possible?
I want to align text to the right but also to the left.
There's a way to do it? Do you know any function?
Thank you for your help.

tranky
 
The Label's "TextAlign" property allows several ways to align text in a label.
 
Tranky,

If you want text like this

'I want .......................... this"

Than use two labels one alligned to the left and one to the right.

I hope this helps,

Cor
 
1. Use asWebBrowser + HTML + align="justify"

or

2. Add your pre-calcutaed spaces were needed.

These are the only options I have found...

Atara.
 

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

Back
Top