Is it possible to set text in a multiline label to justify? I don't want left, right or center alignment.
Thanks
Printable View
Is it possible to set text in a multiline label to justify? I don't want left, right or center alignment.
Thanks
Nope, Labels only support those three alignments. I don't even think the RichTextBox can do it. :(
I know most control support only three alignment, but you can modified them with API. Hope some one out there know how to do it.
Thanks.
http://www.vbforums.com/showthread.p...ustified+label
Does that help? I think it explains what you have to do using the spaces method...