Is there a way how can I disable listbox remembering last position?
Is there a way how can I disable listbox remembering last position? marcel ethan 2138 23 Jan 2014 Is there a way how can I disable listbox remembering last position?
The following code scrolls to the first item, when you navigate to the view:
You may extend it by e.g. checking whether you are actually navigation backwards by using if(e.NavigationMode == NavigationMode.Back) { ... }