Hi!

I want to make a RichTextBox content not to be able to be selected.

The problem is that i can't use enable=false, because the RichTextBox is multiline and has scrollbars and if i disable it, then the scrollbars can't be scrolled.

Thanks for yor answer!