private void IconsListBox_SelectionChanged(object sender, SelectionChangedEventArgs e) { if (HomeListBoxItem.IsSelected) { PageFrameSplitViewContent.Navigate(typeof(HomePage)); TitleTextBlock.Text = "Home"; } }
public MainPage() { this.InitializeComponent(); PageFrameSplitViewContent.Navigate(typeof(HomePage)); TitleTextBlock.Text = "Home"; }