Windows store app C# XAML - Listview scroll position not maintained when app is resumed -
i'm writing windows store app using c# , xaml. 1 of pages split page listview user can select item , details item displayed in "details card" next list.
the problem listview doesn't maintain scroll position when suspend , shutdown visual studio , resume app. item selected gets selected , it's details shown scroll position not updated. works fine suspend , resume.
when save state of page upon suspend save selected items index in list. when app resumed let loadstate movecurrenttoposition(selectedindex) selectedindex saved index. makes correct item selected. i've tried using scrollintoview update scroll position no effect. had same problem search functionality in case scrollintoview solved problem.
have else encountered problem? known problem , can when scrollintoview doesn't work?
Comments
Post a Comment