blah blah blah is here! blah blah » Close

1
votes
1 answers

How can I count all lines lines in a richtextbox?

I need to get the number of lines in a richtextbox relative to the richtextbox's width not the number of newline characters. Wordwrap is enabled in the richtextbox and I want to count all of the visible lines, not just the actual lines (mad ...

Feedback