No announcements
Found 2292719 threads
-
0 Votes
FlipView touch overrides
Umm, so that it won't behave like a FlipView?!?!Answered | 6 Replies | 2831 Views | Created by LorenBednar - Thursday, March 8, 2012 5:26 PM | Last reply by LorenBednar - Thursday, March 8, 2012 8:42 PM -
0 Votes
App hits access violation if storyboard is applied on gridview or flipview (only in touch mode)
<Storyboard x:Name="TestFlipViewGridEntrance">Unanswered | 2 Replies | 2448 Views | Created by Kamal Lanka - Saturday, August 11, 2012 7:33 AM | Last reply by gigione73 - Thursday, October 11, 2012 9:37 AM -
0 Votes
How To display a picture in a FlipView Mode from item GridView?
You could get a reference to the clicked MyFile object in the ItemClick event handler and then create a new Image object that you add to the FlipView.Answered | 3 Replies | 487 Views | Created by tolesy2003 - Monday, August 1, 2016 8:14 PM | Last reply by Magnus (MM8) - Tuesday, August 2, 2016 9:08 PM -
5 Votes
No transition animation in FlipView.
How to prevent the user to switch page by finger touch?Answered | 6 Replies | 7785 Views | Created by ytshe - Tuesday, September 4, 2012 7:06 AM | Last reply by Ilija Injac [MVP] - Monday, October 27, 2014 4:01 PM -
0 Votes
[UWP]How To display a picture in a FlipView Mode from item GridView?
Hi tolesy2003,Answered | 1 Replies | 763 Views | Created by tolesy2003 - Tuesday, August 2, 2016 5:50 PM | Last reply by Xavier Xie-MSFT - Wednesday, August 3, 2016 9:12 AM -
0 Votes
FlipView and SemanticZoom touch events problem
At first , i have not got any touch machine , so i can't test by finger.Answered | 3 Replies | 3348 Views | Created by escaflone - Monday, August 27, 2012 2:47 AM | Last reply by Jeff Sanders - Friday, September 7, 2012 2:26 PM -
2 Votes
Debugging Access violation exceptions
This works great up to a specific point in time, I get an access violation. one has an idea on what could be wrong?Answered | 15 Replies | 9329 Views | Created by Siddarth23 - Wednesday, September 26, 2012 6:13 PM | Last reply by Siddarth23 - Monday, November 26, 2012 3:34 PM -
0 Votes
FlipView and ScrollViewer with ManipulationMode
Here's an explanation I got from a bug submission: You cannot combine system with the other modes.Answered | 5 Replies | 7399 Views | Created by HaiderSahib - Monday, April 2, 2012 8:05 AM | Last reply by Matt Small - Friday, April 6, 2012 6:12 PM -
0 Votes
Flipview selection changed event, how to know if it was initiated by mouse or touch swipe
Hi, In my app, I am displaying a number of images in a flipview.Answered | 2 Replies | 2195 Views | Created by vbfnet - Monday, February 25, 2013 3:54 PM | Last reply by vbfnet - Monday, February 25, 2013 8:48 PM -
0 Votes
[XAML]Access Flipview Item
Hello mskocabay, Please see: http://stackoverflow.com/questions/16375375/how-do-i-access-a-control-inside-a-xaml-datatemplate You can use ...Answered | 2 Replies | 561 Views | Created by mskocabay - Friday, March 4, 2016 3:26 PM | Last reply by Krunal Parekh - Monday, March 7, 2016 5:52 AM -
0 Votes
metro app using flipview binding data with FileInformationFactory
I have tried many ways but still can't find a better way to bind data on flipview.Answered | 3 Replies | 2896 Views | Created by Ted_Liang - Thursday, September 20, 2012 4:10 AM | Last reply by Song Tian - Friday, September 21, 2012 3:18 AM -
0 Votes
SemanticZoom with FlipView
The documentation states that SemanticZoom Children are required to implement IZoomable http://msdn.microsoft.com/en-us/library/windows/apps/hh465492.aspx and FlipView control ...Answered | 1 Replies | 3266 Views | Created by Yasser Makram_ - Monday, April 23, 2012 9:17 AM | Last reply by Jeff Sanders - Tuesday, April 24, 2012 1:24 PM -
1 Votes
FlipView tap event handler
What you need to do is listen for the FlipViewer's loaded event.Answered | 12 Replies | 3699 Views | Created by Philip Colmer - Tuesday, November 20, 2012 3:28 PM | Last reply by djalek - Tuesday, July 30, 2013 7:04 PM -
0 Votes
Binding returning to the wrong place in FlipView with VirtualizingStackPanel
If you need virtualization, you could set virtualization mode to standard, in this way the virtualizingstackpanel creates a new container for each item, affecting performance and not memory ...Answered | 6 Replies | 3227 Views | Created by StefanOlson - Friday, June 15, 2012 2:34 AM | Last reply by 7Cenzo - Thursday, October 31, 2013 8:04 AM -
2 Votes
How to achieve FlipView flip through the code?
In my actual App i would need it, because i´ve got a 2 Hyperlinks, which can be used also as navigation between 2 Grids in the FlipView.Answered | 10 Replies | 5363 Views | Created by Leon_Zhang - Thursday, February 9, 2012 10:16 AM | Last reply by Benni Vogt - Friday, May 3, 2013 12:39 PM -
0 Votes
[UWP]Windows UWP FlipView
Is there any XAML control doing this, it looks like a FlipView to me, but I thought FlipView always allows one item per Flip.Answered | 5 Replies | 1871 Views | Created by AWONG430 - Saturday, April 9, 2016 1:00 AM | Last reply by Krunal Parekh - Friday, April 22, 2016 2:36 AM -
0 Votes
How show multiple image in flipview, it showing only one image at once in windows universal apps
Krunal said you can customise the control template of the FlipView using Blend, I created a small code demo so you could be able to test easliy.Answered | 2 Replies | 875 Views | Created by Devi Prasad Chinni - Friday, June 24, 2016 6:27 AM | Last reply by Ibraheem Osama Mohamed - Saturday, June 25, 2016 3:03 PM -
1 Votes
image.stretch invaild in flipview with scrollviewer
Here's how I solved your problem: In Xaml: <Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}" ...Answered | 2 Replies | 3339 Views | Created by JasonJC - Tuesday, October 16, 2012 10:11 AM | Last reply by JasonJC - Wednesday, October 17, 2012 1:29 AM -
0 Votes
[UWP]Dear Community, a FlipView transition Question
Currently as a workaround, please try to add the <transition> and <animation> manually.Answered | 3 Replies | 1279 Views | Created by BenjiVisualDesigner - Saturday, September 24, 2016 4:18 PM | Last reply by Martin Zhema - Tuesday, September 27, 2016 9:48 AM -
0 Votes
[UWP][XAML] Touch, Pen and Mouse with same behavior
The scrollviewer seems to be stuck on integers mode.Answered | 7 Replies | 1025 Views | Created by jo.imm - Thursday, September 15, 2016 2:55 PM | Last reply by jo.imm - Tuesday, October 18, 2016 1:51 PM - Items 1 to 20 of 2292719 Next ›
No announcements