Yes, I know it is possible to use RichTextBox for that. Is there are any alternative solution?
Edit: The problem with use of DrawString function by char is that it will not show string properly in total
Yes, I know it is possible to use RichTextBox for that. Is there are any alternative solution?
Edit: The problem with use of DrawString function by char is that it will not show string properly in total
You could override the OnPaint method, but I don't think you want to take it that far (I may be wrong).
Short answer, use a richtext.