Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have Windows Phone 8.1 project . MainPage has a FlipView. FlipView has 2 FlipViewItem. I want to the MainPage will be NOT reload when I back from another page to it, So I used NavigationCacheMode = Required. And it's worked, but it has a other problem.

First, I swipe to second FlipViewItem.
Click to "Navigate" button to go to next screen.
In next screen, click "Back" button to back to MainPage.
And the problem is : Touch in the screen, the First FlipViewItem to appear and disappear when I touch out.
What's happened? And How can I fix it?


Thank you very much.

What I have tried:

Sources : https://drive.google.com/file/d/0B7fhq7a2URELenJuVm8xcnowMlU/view?usp=sharing
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900