Hi!
I have code written in a RTFtextbox!
i set the multiline to true, but I still don't want the text to wrap, unless I say it! Can anybody help?
Printable View
Hi!
I have code written in a RTFtextbox!
i set the multiline to true, but I still don't want the text to wrap, unless I say it! Can anybody help?
Set the RightMargin property of the Richtextbox to some BIG number like 50000 because that is the property that controls the wrapping.
I'll check it out! Thanks so much! (I'm such a stupid, I tried to add the lines in richtext code I made, but didn't really look at the properties!)