View Single Post
05/20/14, 06:30 AM   #7
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
I implemented an own solution in my EditBuffer component that basically uses the EditControl to generate virtual lines like the TextBufferControl but is instead able to correctly calculate the Line-Width due to using a Monospace-Font unlike the native one. See here for how I did it:

http://www.esoui.com/forums/showthread.php?t=1538

SplitLongLines() is what you're seeking for.
  Reply With Quote