Set SelectedIndex of ListView in FlipView_SelectionChanged event
问题 I'm building a Photo app using a FlipView . In the BottomAppBar, I placed a ListView of all the images to be able to view the image in the FlipView when I click it in the ListView and get the image displayed in the FlipView , selected in the ListView (like a Pagination). In the listView.selectionChanged event, I made the code that shows the image in the FlipView when I select it in the ListView . Here is the code: private void listView_SelectionChanged(object sender, SelectionChangedEventArgs