
Hello
Is is possible to lock the WPF Syntax Editor Control for user input. So the user can not change any text, but search, expand, collapse and so on.
Thanks
Stephan
Hello
Is is possible to lock the WPF Syntax Editor Control for user input. So the user can not change any text, but search, expand, collapse and so on.
Thanks
Stephan
Hi Stephan,
You can set the document's IsReadOnly property to true to prevent user input.
Please log in to a validated account to post comments.