No announcements
-
0 Votes
Capturing swipe direction of FlipView
Hello, I am attempting to capture the swipe direction of the WinJS.UI.FlipView control. Specifically, I'd like to know if a user is trying to ...Answered | 1 Replies | 782 Views | Created by yovetichg - Wednesday, March 19, 2014 2:28 AM | Last reply by Matt Small - Wednesday, March 19, 2014 12:30 PM -
0 Votes
FlipView Simulated Swipe?
There is nothing built-in for this. The swipe moves between snap points on a ScrollViewer, so you could find the FlipView's ScrollViewer and programmatically scrolling it along to ...Answered | 1 Replies | 1122 Views | Created by mxmissile - Tuesday, March 5, 2013 6:23 PM | Last reply by Rob Caplan [MSFT] - Tuesday, March 5, 2013 7:02 PM -
0 Votes
Flipview swipes don't happen with mouse
Hello, I have a standard MS flipview control which I can use to flip through a series of images by swiping your finger left or right on a touch device. ...Unanswered | 2 Replies | 547 Views | Created by RamboBill - Thursday, December 12, 2013 12:26 AM | Last reply by RamboBill - Thursday, December 12, 2013 2:29 AM -
0 Votes
FlipView-Item swipe navigation for pages
, and you'll break them If what you're trying to achieve is the ability for the user to display a new page by swiping, I think you'll be much better off just building the UI for ...Answered | 4 Replies | 3036 Views | Created by Falkesand F - Friday, April 12, 2013 1:06 PM | Last reply by Rebecca M. Riordan - Saturday, April 13, 2013 12:22 PM -
0 Votes
[WP 8.1 RT] Swipe between WebViews in FlipView
Hi all! I have some WebView in a FlipView, after all pages load, my FlipView can't swipe.Answered | 1 Replies | 585 Views | Created by Thanh Đô Lê - Monday, March 9, 2015 11:01 AM | Last reply by Matt Small - Monday, March 9, 2015 3:19 PM -
0 Votes
How to get swipe event in FlipView(C#)
for the current page plus nearby ones. The problem is when a user starts swiping repeatedly without letting the FlipView settle, I can't get any feedback that this is ...Unanswered | 6 Replies | 3596 Views | Created by Angie_H - Thursday, September 13, 2012 11:25 AM | Last reply by arabisoft - Thursday, November 29, 2012 3:16 AM -
0 Votes
FlipView Swipe to control programatically using C#[W8.1]
Hi , Please suggest solution for FlipView Swipe control programatically using C#(surface tablet ...Proposed | 1 Replies | 229 Views | Created by sandeepmsandy - Thursday, October 20, 2016 12:20 PM | Last reply by Xavier Xie-MSFT - Friday, October 21, 2016 6:31 AM -
1 Votes
Capturing click and swipe separately!!
>”How can i capture button click and swipe seperately? meaning, I want Button.click to execute when I touch the button on screen and to executeAnswered | 4 Replies | 812 Views | Created by Rakkk - Friday, June 5, 2015 5:20 PM | Last reply by Rakkk - Monday, June 8, 2015 1:43 PM -
0 Votes
Creating Flipview to swipe from top to bottom
The below code snippet answers this question: "Is there any way of flipping the flipview items from top to bottom"Answered | 1 Replies | 1178 Views | Created by Sakthijanani - Wednesday, April 10, 2013 11:05 AM | Last reply by ForInfo - Thursday, April 11, 2013 5:09 AM -
0 Votes
FlipView - Vertical Swipe/Touch Interaction Jitter Issue
://msdn.microsoft.com/en-us/library/windows/apps/Hh968047 <FlipView ScrollViewer.IsHorizontalRailEnabled="True">Answered | 2 Replies | 1807 Views | Created by Sky Drews - Wednesday, January 9, 2013 2:40 AM | Last reply by Sky Drews - Thursday, January 10, 2013 8:46 AM -
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. Is there a way to know that if a Flipview selection changed event was ...Answered | 2 Replies | 1876 Views | Created by vbfnet - Monday, February 25, 2013 3:54 PM | Last reply by vbfnet - Monday, February 25, 2013 8:48 PM -
0 Votes
Swipe Gesture (Right direction) (Kinect)
Hello, I'm trying to write a swipe gesture, where should recognize a swipe to the right. I'm working after the book "Beginning Programming with the Microsoft ...Unanswered | 2 Replies | 2673 Views | Created by SpitzerA - Tuesday, December 18, 2012 11:36 AM | Last reply by Mike Feng - Wednesday, December 19, 2012 7:50 AM -
0 Votes
How to get swipe event started in FlipView(C#)
, and FlipViews. Although our app can get the PointerPressed event on items inside the View, but after that the pointer events disappear and the app cannot convert them into ...Answered | 1 Replies | 342 Views | Created by J.Wisniewski - Thursday, November 12, 2015 4:09 PM | Last reply by Amy Peng - Friday, November 13, 2015 6:29 AM -
1 Votes
FlipView control
I'm using the FlipView control to flip through the four pages in my application. When the user reaches page 4, I'd like the user to flip to page 1 (if they are swiping to navigate to ...Answered | 2 Replies | 2703 Views | Created by sujata.rao - Wednesday, December 21, 2011 2:37 AM | Last reply by Matt Small - Friday, February 10, 2012 3:35 PM -
0 Votes
windows 8 app: dynamically add/remove item in flipview when swiping.
It sounds like you're not handling the swipe for aome reason. I've got my own calendar that does exactly the same thing. Can you post the code for your flipview and the ...Unanswered | 2 Replies | 1090 Views | Created by sms1989 - Thursday, April 25, 2013 12:32 PM | Last reply by sms1989 - Friday, April 26, 2013 8:46 PM -
0 Votes
Add ManipulationCompleted in FlipView Example But no Touch action Captured
I added ManipulationCompleted event in the XAML and C++ sample of FlipView. However I can not capture the touch event in debug. Anything wrong? Does the sample template hide the ...Unanswered | 2 Replies | 1554 Views | Created by Charlie C. Li - Monday, April 21, 2014 2:32 PM | Last reply by Charlie C. Li - Tuesday, April 22, 2014 12:25 AM -
0 Votes
Analyze swipe
The Windows Phone Toolkit includes a gesture listener which has a swipe event, this event will tell you in which direction the swipe wasAnswered | 3 Replies | 1678 Views | Created by MolemanH - Tuesday, March 29, 2011 3:34 PM | Last reply by Barry Allott - Friday, April 1, 2011 7:52 AM -
1 Votes
Webview within flipview
the swipe gesture will be covered by the current WebView page, it will not influence the FlipView control, so if we want to swipe betwwen the WebViews in the ...Answered | 2 Replies | 579 Views | Created by Meera Shenoy - Tuesday, April 14, 2015 5:16 AM | Last reply by Meera Shenoy - Thursday, April 16, 2015 10:32 AM -
0 Votes
Flipview Update
I have a flipview that is getting it data from a List using ItemsSource. The data in that List get updated constantly, so I do a removeAt from the list and re-insert at the ...Discussion | 1 Replies | 1373 Views | Created by frangieh - Tuesday, September 10, 2013 1:38 AM | Last reply by Ahmed-Fouad - Thursday, October 3, 2013 9:24 PM -
0 Votes
audio capture with direct sound
hi, i want to capture audio output(speaker output) and mic input simultaneously, and from different capture device. but when i enumerate capture device, it shows only my ...Unanswered | 3 Replies | 2629 Views | Created by cjz69 - Tuesday, November 15, 2011 10:12 AM | Last reply by - Tuesday, November 15, 2011 12:55 PM - Items 1 to 20 of 197541 Next ›
No announcements