Hi,
How can I wrap text in a Rich Text Box?
Thanks
Printable View
Hi,
How can I wrap text in a Rich Text Box?
Thanks
Setting the rightmargin property to the wodth of the richtextbox will make it wrap at the edge of the control. Setting it elsewhere will make it wrap ther (eg. makign the rightmargin 11907 will make it a full A4 page wide)
- gaffa
Thanks a lot gaffa. It worked like a charm. I appreciated.