richtext with no edit but enabled scrollbar

Hello,

Im using a richtext widget that displays some formatted documentation that is not editable to the user. However setting the disabled property to true disables the scrollbar as well. How do you keep the user from editing but still able to scroll the text. I tried $$(‘my_richtext’).attachEvent(“onKeyPress”,function(){return false}); But does not seem to do anything. Any suggestions?

Thanks,
Pieter

hi @Pieter
check this
https://snippet.webix.com/txt6zjcm

great. thanks!