Hello,
I'm trying to replicate a "json editor" interface, with a main textarea for writing, and another view on the side (probably a customlistview, or another textarea ) to mark line numbers, errors etc
I need to syncronize the scrolling of the 2 views, but there is no "scrollchanged" event on textarea...any other way to do it?
Thanks!
I'm trying to replicate a "json editor" interface, with a main textarea for writing, and another view on the side (probably a customlistview, or another textarea ) to mark line numbers, errors etc
I need to syncronize the scrolling of the 2 views, but there is no "scrollchanged" event on textarea...any other way to do it?
Thanks!