The TextBox control (in a .NET winforms application) seems to hard limit line lengths to 1024 characters, even with the WordWrap
property set to false. Is there a way override this?
I need to view lengthy data in a visual sense. Currently a line of 2000 characters wraps onto the second line and causes the right edge of several lines to be jagged rather than aligning.