Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have some problems with RichTextBox control: -I want to show string in the RichTextBox like matrix of letters, How can I do it? (How can I define the space between lines and letters?).
-When I load text to the RichTextBox I see a blank control and I need to click at it in order to see the text, How can it be solved?
Posted

If you specify a fixed size font ( I think Courier is one ), then you can use spaces and letters will always line up in a grid. As for the blank control, what if you invalidate it ?
 
Share this answer
 

Thank you very much,

It really helped me, but I need to cancel the space between lines.

Is it possibole in RichTextBox?

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900