How to hide the design tab in Visual Studio and show only the XAML tab when editing a window containing a RichTextBox control or RadToolBar?
How to disable the interactivity of the editor so that normal keyboard navigation in the XAML source code does not move controls on the WPF window?
This slows down the editing considerably and introduces many small unwanted changes in the WPF window controls layout.
How to disable the interactivity of the editor so that normal keyboard navigation in the XAML source code does not move controls on the WPF window?
This slows down the editing considerably and introduces many small unwanted changes in the WPF window controls layout.