Questions tagged [flipview]

Represents an items control that displays one item at a time, and enables "flip" behavior for traversing its collection of items.

reference - https://learn.microsoft.com/en-us/uwp/api/Windows.UI.Xaml.Controls.FlipView

160 questions
30
votes
6 answers
9
votes
1 answer

FlipView SelectionChanged event occurs only when touch manipulations are complete

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 flips through content quickly, individual…
Derek Beattie
  • 9,429
  • 4
  • 30
  • 44
8
votes
1 answer

UWP - zooming image (with pinch zoom and double tap), with Flip View

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 it shouldn't ovveride draging gesture). What is the…
michalsol
  • 752
  • 8
  • 29
5
votes
1 answer

Bootstrap flip card with css3 transform

I want to create a bootstrap flip card by using CSS3 transform. I did started from this working and basic example However I wanted to modify it to have a fixed height card and some minor enhancement. In particular I needed to have the card flip when…
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
5
votes
1 answer

Databound Flipview remove ViewModel.ItemAt(0) causes flip transition

I am making an article reading app (similar to the Bing News app) and I'm using a FlipView to go between the articles. The FlipView has its ItemsSource databound to an ObservableCollection that holds the content of the article. I only want to…
joe_coolish
  • 7,201
  • 13
  • 64
  • 111
4
votes
0 answers

Set ItemsSource of Control to another control's ItemsSource that is Static and set in Xaml

I am building a UWP Windows 10 App. In a Page I have a FlipView that has static items. Instead of binding them to an ItemsSource, it was easier to set them in Xaml as:
yalematta
  • 1,389
  • 1
  • 21
  • 36
4
votes
0 answers

How to Change Swipe Animation in FlipView Windows 8 Metro

I have flipview in my windows 8 metro app. I have made my own animation on scroll of mouse on flipview and handled the default animation for that but when i try this app on simulator when I swipe for changing selected index it shows first there…
loop
  • 9,002
  • 10
  • 40
  • 76
3
votes
1 answer

UWP - FlipView - Need FlipView to only load a single item content

I have been struggling for the last week trying to implement a FlipView in the like of the Microsoft News UWP app. I tried the following: a FlipView With an ItemTemplate and an ObservableCollection with my items. However this caused the whole lot of…
RuiK_Art
  • 31
  • 4
3
votes
1 answer

Binding 2 images inside a FlipView

I have the same question asked here: Image overlay in a flipview Except, I have binded the FlipView.ItemTemplate to a UserControl having 2 images. To be able to access the binded ImageSource from the MainPage.xaml.cs, I created 2 global variables in…
yalematta
  • 1,389
  • 1
  • 21
  • 36
3
votes
1 answer

Flipview VirtualizingStackPanel orientation change on WP8.1

I want to change the orientation property like the following below: