How to manually reload the Visual Studio designer for WPF

前端 未结 9 1768
广开言路
广开言路 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:48

    There is any event handled in that XAML file, then mostly it will not display the design preview from Visual Studio. If you want to see the design from Visual Studio, try with Command Binding instead of event, you will see the preview.

提交回复
热议问题