Reputation: 1897
Using Visual Studio 2015 on Windows 10 with the latest Xamarin tooling we are getting the following warning when opening a .xaml
file.
Visual Studio requires a newer version of Windows to display this content.
I am aware that the window shown is the Windows .xaml live preview which is not supported by Xamarin and (I am not trying to preview), the issue is every time we open a .xaml
file the preview window appears taking half the screen.
Is there any way to disable the preview window from opening by default- as it takes half the screen so needs to be closed before working on the file.
Upvotes: 0
Views: 560
Reputation: 6088
Just change the default editor that opens .xaml files.
Now your XAML file should open by default with that simple XML editor.
Upvotes: 1