私の SilverLight アプリでは、読み込み画面を表示した後、
App.Current.RootVisual = new MyPage();
新しいページの UI の一部は、システム トレイの下に隠されています。
どうすればこれを防ぐことができますか?
PS:私が使用しても起こりません
Uri destination = new Uri("/MyPage.xaml", UriKind.Relative);
((App)Application.Current).RootFrame.Navigate(destination);
ただし、ユーザーは戻るボタンを押して読み込み画面に戻ることができます。