Blend in Visual Studio 2015 - No Design View

后端 未结 4 1047
野的像风
野的像风 2021-01-12 08:46

I am tying to build an app in Visual Studio 2015 in C# and I want to create a User Interface using Blend. But it shows me only the code in MainPage.xaml, not the graphic vie

4条回答
  •  無奈伤痛
    2021-01-12 09:16

    Follow these steps:

    • Close the editor on the page.
    • Right-click on the HTML page to be editted in the "Solution Explorer".
    • Select Open With.
    • Find the entry HTML (Web Forms) Editor and click on it.
    • (Optional) Click Set as Default.
    • Click OK.
    • Double click on the page to open it, and at the bottom of the IDE you will see Design, Split and Source.
    • Click on Design.

提交回复
热议问题