Rich text box
-
When typing text into arich text box and I hit enter no new line is created. Is there a property to change to allow the user to create as many new lines as they would like? thanks
-
When typing text into arich text box and I hit enter no new line is created. Is there a property to change to allow the user to create as many new lines as they would like? thanks
Yes, there is a MultiLine property, which you have to assign True. Happy Coding!!! :)
-
Yes, there is a MultiLine property, which you have to assign True. Happy Coding!!! :)
Thanks Ali. I have set that property to true and it is still the same.
-
Thanks Ali. I have set that property to true and it is still the same.
Please re-check your code. The multiline property is the only one responsible for this effect and is set to true by default, so Ali's reply is absolutely correct. Are you handling any key events yourself? Regards, mav