This is a migrated thread and some comments may be shown as answers.

Scroll to top disable after back navigation

1 Answer 20 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dimitris
Top achievements
Rank 1
Dimitris asked on 15 May 2014, 12:09 AM
I'm using a databound listbox to display some data, after tapping on an item the app navigates to a new page but when I go back it scrolls to top and I lose the position of the selected item. Any ideas on how to disable this?


Regards

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 19 May 2014, 07:48 AM
Hi Dimitris,

Thanks for writing.

This is most probably caused by some code within your application. Please make sure you are not resetting the ItemsSource when you go back to the page. Also, make sure you are not creating a new instance of the previous page you were on but simply go back to the already existing instance in the navigation stack.

I hope this is helpful.

Regards,
Deyan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DataBoundListBox
Asked by
Dimitris
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or