I have a Windows 8 Metro app created in XAML, C# from the template. I need to navigate to the SplitPage and have an article selected. By default, the first article is selected (in the ListView and content shown on the right).
I need to force the SplitPage to select and show the n-th article. When I use this.itemsViewSource.View.MoveCurrentToPosition(n) the desired item in the ListView is selected and data shown, but the ListBox does not scroll to this n-th item.
I tried setting the ListView’s SelectedItem, SelectedIndex but nothing works. Any help?
Solved here http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/3063408d-6a13-4792-bd8f-abd58321455b