I have a RichTextBox of width 379 and height 45. In my windows form, I have only kept two lines visible and I won't be needing any more lines.
1. In the 1st line I want to display a text which is left justified. I can easily do that.
2. In the 2nd line I want to display a text which is right justified. I am unable to do that. I need help on this issue, precisely to say, how can I directly display a text at line 2, which will be right justified?
Thanks for any help.