It looks like on the EditorDocument, the IsReadOnly property is a standard property (so databinding to that property is not possible). On the SyntaxEditor control, the property is read-only (so I cannot set it). I am using SyntaxEditor in a very MVVM-centered application, is there any way to mark an EditorDocument ReadOnly using DataBinding to a ViewModel?
I am using version 2016.1, is this supported in newer versions?