How to manually reload the Visual Studio designer for WPF

前端 未结 9 1754
广开言路
广开言路 2020-12-23 13:17

Is there any way to force the WPF designer to reload or refresh, without rebuilding the entire project or solution?

If there\'s an error, I get an option in the desi

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 13:55

    I'm not sure how this works in WPF editing, but with ASP.NET pages when the design view wont update i can do 2 things

    1. Exit Visual Studio and restart
    2. Go into source view (not split), type something and remove it (not by undoing, just delete or backspare) and save it. Then return to design view, usually the view has been updated then.

提交回复
热议问题