Hi,
I've encountered with a strange behavior in FlipView.
If we do Measure() two times with different width: first, for example, with FlipView.DesiredSize.Width + 300, and second with original FlipView.DesiredSize.Width. After that layout of pages will be incorrect, until we do one of the following actions:
1) programmatically change FlipView.SelectedIndex by a value, more than 1 (in that case animation is skipped)
2) Change selectedIndex, using arrow buttons or mouse, by value, more than 5
Is it a bug or by design?
Here
sample project. Win 8.1 Ent, VS2013
Steps to reproduce:
1) Launch Project and click "Force measure"