I want to fully justify text in rtb. I am designing an urdu editor. The urdu language is written from right to left. So the text is right justified initially.
Waiting for reply
Printable View
I want to fully justify text in rtb. I am designing an urdu editor. The urdu language is written from right to left. So the text is right justified initially.
Waiting for reply
Look up WYSIWYG RichTextBox sample at MSDN. They format a RTB to the 1/2 the dimension of a printer page to create a print preview, and editor.
You can format lines, or set the .RightToLeft property to TRUE
You may find something worthy here.
Thnx a lot. I hav got it