I am testing to convert my Windows.Forms or WPF windows to Eto.
I was using AvalonEdit to view the source code.
I only need to visualize, so I set Avalon to Readonly =" True "
but with Eto.CodeEditor I can’t find read-only mode. I found the ʻEnabled` property but when it is set to “False”, I can’t select text, copy it, or use the scroll bar.
I at least need to be able to use scrolling even though we can’t edit the text.
We have read-only sections working as a proof of concept in the new editor so it looks like it will be possible. So unless something unexpected comes up it will be a feature of the new editor.