I was wondering if there was a way to limit the text lines/rows in a Multiline-TextBoxt to like 200 as in .Net? I was trying to set the amount of rows that would be allowed in the box.
If there isn't a built-in way then you can try and limit it yourself with an event handler that ignores key presses if the current pressed key is the Enter key (13):