flipview Questions
6
Solved
I have this flipview:
<FlipView x:Name="models_list" SelectionChanged="selectionChanged">
<FlipView.ItemTemplate>
<DataTemplate>
<Grid x:Name="cv">
<Image x:Name="im...
Frantic asked 4/5, 2013 at 14:30
1
Solved
I need to show images (using Flip View controll) and allow users to zoom them (with pinch zoom and with double tap) and drag zoomed image.
I would like it to be compatible with Flip View (I mean i...
0
Moving on from this question where I wanted to fire an event when a FlipView changed even if manipulations wren't complete.
I have VerticalSnapPointsType set to SnapPointsType.MandatorySingle and ...
Ricketts asked 21/12, 2014 at 16:56
1
Solved
From the docs:
Note When a user flips through FlipView content using touch
interaction, a SelectionChanged event occurs only when touch
manipulations are complete. This means that when a user ...
Abradant asked 10/12, 2014 at 22:6
1
© 2022 - 2024 — McMap. All rights reserved.