No announcements
Found 2239860 threads
-
0 Votes
Exclude vertical swipe event
More tips: WP7 Gestures Cheat Sheet (see links at bottom) Hope this ...Answered | 2 Replies | 1052 Views | Created by Kevin De Bruyn - Monday, March 25, 2013 1:49 PM | Last reply by Kevin De Bruyn - Thursday, March 28, 2013 1:15 PM -
1 Votes
How to show an indication of a bottom appBar ?
I think it's not only Appbar. check the code as below: <Page x:Class="indicationAppbar.MainPage" ...Answered | 1 Replies | 875 Views | Created by 19karabo91 - Friday, November 7, 2014 7:08 AM | Last reply by Bill Chung - Friday, November 7, 2014 7:58 AM -
0 Votes
[UWP][XAML]Where is top appbar property in pageroot element
<Page.TopAppBar> <AppBar> <CommandBar IsOpen="True"> <CommandBar.PrimaryCommands> ...Answered | 1 Replies | 1152 Views | Created by Park Ji In - Sunday, July 12, 2015 1:30 AM | Last reply by Victory S - Sunday, July 12, 2015 2:41 AM -
0 Votes
appbar
If you don't want your appbar to appear, then you should disable it.Answered | 3 Replies | 2811 Views | Created by BaiYi - Wednesday, April 25, 2012 3:16 AM | Last reply by Jeff Sanders - Friday, April 27, 2012 4:48 PM -
4 Votes
[UWP] How to disable swipe left/right on pivot to get a more tab-like experience?
The pivot items headers should just work, only the SWIPING should be disabled.Answered | 5 Replies | 6490 Views | Created by NielsLaute - Sunday, July 5, 2015 7:53 AM | Last reply by Sgt-Riggs - Monday, May 23, 2016 2:48 PM -
2 Votes
is it possible to disable a gesture on a datagrid?
I have a datagrid and I would like to disabled all the gestures of it.Answered | 1 Replies | 980 Views | Created by ComptonAlvaro - Wednesday, January 28, 2015 3:29 PM | Last reply by Andy ONeill - Wednesday, January 28, 2015 3:40 PM -
0 Votes
Problem with recognition of Gestures created with Visual Gesture Builder
If you want to create a swipe gesture, it is exactly the same steps just you select the start/end of the swipe, similar to head over hand.Answered | 4 Replies | 1552 Views | Created by Alexander_Krause - Monday, August 25, 2014 4:18 PM | Last reply by Alexander_Krause - Wednesday, September 10, 2014 10:56 AM -
2 Votes
Custom gesture to open a contextual menu (SDK 1)
Our recognizers are more sophisticated and uptimized for speed and recognize several gestures.Answered | 7 Replies | 4642 Views | Created by Todilo - Monday, November 14, 2011 8:30 AM | Last reply by Todilo - Thursday, November 24, 2011 10:51 AM -
7 Votes
Specs for custom appbar icons
Each 40x40 cell in the image is for one of the icon variants, with each one centered in that cell.Answered | 3 Replies | 5159 Views | Created by Emad - Thursday, May 31, 2012 10:12 AM | Last reply by Kraig Brockschmidt [MSFT] - Sunday, June 3, 2012 11:27 PM -
0 Votes
AppBar changes in XAML
The intention is to use the AppBar in the prescribed UI location (top/bottom) for these type of command bars.Answered | 1 Replies | 2602 Views | Created by mobiletony - Saturday, March 3, 2012 3:34 AM | Last reply by Tim Heuer - Saturday, March 3, 2012 4:43 AM -
0 Votes
Can I disable swipe of content in a WinJS Pivot control?
_MSManipulationStateChangedHandler.bind(this)); Its is attaching MSmanipulationstatechagned event if I comment this out then the contents swipe but header index does not get changed ...Answered | 5 Replies | 891 Views | Created by hish el - Saturday, July 25, 2015 8:54 AM | Last reply by Krunal Parekh - Thursday, August 6, 2015 9:43 AM -
0 Votes
Is it possible to "override" the default gesture of system?
Hi, I have a custom control in the the bottom-left corner of screen and user can use sweep gesture on that control.Answered | 1 Replies | 2133 Views | Created by Alex ZS - Wednesday, July 25, 2012 11:02 AM | Last reply by Jeff Sanders - Wednesday, July 25, 2012 2:44 PM -
0 Votes
KeyDown Input is Disabled after AppBar Displayed
In my further testing, I found that when I tap or swipe touch screen first, the keyboard will be disabled.Answered | 5 Replies | 1736 Views | Created by Charlie C. Li - Tuesday, July 30, 2013 7:56 PM | Last reply by Charlie C. Li - Thursday, August 1, 2013 3:58 PM -
0 Votes
Swipe up for extra content
That is called a swipe gesture.Answered | 1 Replies | 857 Views | Created by kevr1990 - Saturday, January 4, 2014 1:25 PM | Last reply by Jeff Sanders - Monday, January 6, 2014 2:56 PM -
0 Votes
Turn off Gestures?
Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion': Karl When ...Answered | 2 Replies | 1715 Views | Created by ironpatriot - Tuesday, November 11, 2014 1:14 AM | Last reply by Just Karl - Wednesday, November 12, 2014 3:32 PM -
1 Votes
Kinect Gesture Recognization
There is a lot involved to doing gestures so you need to provide more and many ways to make it better.Answered | 3 Replies | 1503 Views | Created by zhengmin.li - Tuesday, January 7, 2014 4:09 PM | Last reply by Tomasz Kowalczyk - Wednesday, January 15, 2014 7:50 AM -
0 Votes
Let user click Appbar button while Flyout is open
One workaround for this issue is to use theAnswered | 3 Replies | 693 Views | Created by Happy Nomad - Saturday, August 15, 2015 8:17 PM | Last reply by Amy Peng - Tuesday, August 25, 2015 7:58 AM -
2 Votes
using swipe
Hello marlon_1_1, Michael is right, you can use flipview to swipe pages.Answered | 6 Replies | 1541 Views | Created by marlon_1_1 - Tuesday, December 31, 2013 6:51 AM | Last reply by marlon_1_1 - Thursday, January 2, 2014 9:49 AM -
0 Votes
AppBar being shown as part of page cache?
That's an interesting approach and valid if your AppBars are exactly the same across the app.Answered | 4 Replies | 1397 Views | Created by rawk1989 - Monday, January 28, 2013 11:12 PM | Last reply by rawk1989 - Monday, February 4, 2013 9:46 PM -
2 Votes
Gesture detected several times
Hey Alfred, As Vincent suggests, you could combine your discrete gesture with a continuous gesture to track progress (you might want to use the 'link ...Answered | 2 Replies | 705 Views | Created by AlfredCB - Friday, September 11, 2015 10:15 AM | Last reply by angela.h [MSFT] - Friday, September 11, 2015 7:49 PM
No announcements