Wpf Show Frame's Content(Wpf Page) at Design Time In IDE(Visual Studio 2017)
问题 I have a frame control and it's source set to a page in xaml like this: Source="/Myapp;component/MyFolder/Mypage.xaml" Frame control shows the page when i run the application. But i want to see page displaying at frame control at design time.(Visual Studio 2017). It only shows a text like this: (/Myapp;component/MyFolder/Mypage.xaml) 回答1: This will work for a single page in design time. Make sure you have the Blend namespace defined in your root xaml element. xmlns:d="http://schemas.microsoft