No announcements
Found 3323908 threads
-
1 Votes
FlipView tap event handler
Sara: I've attached all the handlers I spoke about to the FlipView and I set the e.Handled in the Tapped event to True if it ...Answered | 12 Replies | 3477 Views | Created by Philip Colmer - Tuesday, November 20, 2012 3:28 PM | Last reply by djalek - Tuesday, July 30, 2013 7:04 PM -
1 Votes
Double Tap to Zoom Image
Hi Can Tried this, but have to install a timer here as otherwise the scroll wouldnt happen inside the double tap event.Answered | 5 Replies | 3826 Views | Created by vj9 - Monday, January 21, 2013 9:02 AM | Last reply by krishna_karki - Wednesday, November 27, 2013 12:48 PM -
0 Votes
ListView Touch Double tap question?
It tells you how to do this.Answered | 4 Replies | 3032 Views | Created by hot_blood2001 - Thursday, February 9, 2012 6:51 AM | Last reply by Jeff Sanders - Wednesday, February 15, 2012 4:33 PM -
0 Votes
How to add event handler to ListViewItem.MouseDoubleClick programmatically?
Hi Rob, You can simply add the handler in your code as follows: listView.MouseDoubleClick+=new ...Answered | 2 Replies | 10258 Views | Created by Rob Blackmore - Tuesday, July 29, 2008 8:48 AM | Last reply by Colin Eberhardt - Tuesday, July 29, 2008 9:25 AM -
1 Votes
ListViewItem Double Click
Othwerwise you could handle the MouseDoubleClick event of the ListViewItem rather than on the entire ListView.Answered | 2 Replies | 7071 Views | Created by HajimeSaito - Tuesday, October 28, 2014 11:33 PM | Last reply by Magnus (MM8) - Wednesday, October 29, 2014 2:49 PM -
0 Votes
How to add double tap event handler to all listviewitems
So what would be the best way to implement a ListView where each item within that ListView must launch a DoubleTapped event handler?Answered | 6 Replies | 2387 Views | Created by EddyTheBlack - Friday, August 23, 2013 11:20 AM | Last reply by Matt Small - Tuesday, August 27, 2013 3:23 PM -
5 Votes
How do I add a row double-click event handler to ListView/GridView?
How do i navigate to other page, and send the parameter too?Answered | 6 Replies | 60312 Views | Created by MikeMcAllister - Tuesday, March 21, 2006 7:39 PM | Last reply by dragonz1 - Monday, November 9, 2009 10:09 PM -
1 Votes
ListViewItem Event Setter
I have them in my blog, too, especially in these ...Answered | 4 Replies | 5518 Views | Created by bhumika2008 - Sunday, May 23, 2010 11:14 AM | Last reply by hbarck - Sunday, May 23, 2010 5:17 PM -
1 Votes
Add event handlers to controls
The easiest one: in the design view of your form, double click the button.Answered | 5 Replies | 2979 Views | Created by Hawking502 - Tuesday, April 27, 2010 9:56 AM | Last reply by Hawking502 - Wednesday, April 28, 2010 1:19 AM -
0 Votes
Tapped event on grid control
--<Canvas Background="{x:Null}" Name="canvas" Width="500" Height="500" Tapped="canvas_Tapped_1"/>--> <Canvas ...Answered | 1 Replies | 2689 Views | Created by shaker.ismaeel - Sunday, December 30, 2012 8:54 AM | Last reply by ForInfo - Sunday, December 30, 2012 1:33 PM -
0 Votes
How to add "Tap and send" in device charm bar ?
You are correct that Tap and Send only supports URIs and StorageItems.Answered | 5 Replies | 5970 Views | Created by NMG1852951 - Sunday, May 20, 2012 2:08 AM | Last reply by Mike L [MSFT] - Wednesday, July 11, 2012 1:38 AM -
0 Votes
Disable zoom on double tap in Bing Maps WPF control
In any case this can be easily done by attaching to the viewchanged event handler and setting the zoom level to the zoom level you want to lock to.Answered | 1 Replies | 3522 Views | Created by tarikfori45 - Monday, June 3, 2013 3:46 PM | Last reply by Ricky_Brundritt - Wednesday, October 30, 2013 9:33 AM -
0 Votes
Tapped and DoubleTapped events in same controll
{ //show appbar timer.Stop(); }; timer.Start(); } Also later in ...Answered | 3 Replies | 2637 Views | Created by raximus - Thursday, July 19, 2012 2:07 PM | Last reply by Jegan Ravi - Friday, July 20, 2012 5:41 PM -
0 Votes
[UWP][XAML][VB]Tapped Event Not Always Triggered
For example, if you start with your Grid and remove the contents until either they're all gone or the problem no longer repros you'll get something like the ...Answered | 2 Replies | 787 Views | Created by Nathan Sokalski - Thursday, June 29, 2017 8:54 PM | Last reply by Nathan Sokalski - Wednesday, July 5, 2017 2:18 AM -
4 Votes
How to code an Add Handler and related event
I would still say Franks idea of just adding the handlers on the end of one of the MaskedTextBox.Leave events would be easier than looping threw all the controls and adding ...Answered | 19 Replies | 1164 Views | Created by Terry 01 - Sunday, February 9, 2014 3:51 PM | Last reply by Frank L. Smith - Sunday, February 9, 2014 10:43 PM -
1 Votes
WPF Unable to add event handler
I ended up recreating the Window and everything is working correctly, including simply double clicking the OK button and having it create the Click routine.Answered | 5 Replies | 792 Views | Created by KenKrugh - Saturday, November 9, 2019 3:45 AM | Last reply by KenKrugh - Monday, November 11, 2019 2:01 PM -
0 Votes
Tapped event gone?
2) If a new UIElement is added to the tree after a PointerPressed event is fired, (say, in its handler) it will not receive this event thus not ...Answered | 10 Replies | 2927 Views | Created by T Hofmann - Friday, October 12, 2012 4:18 PM | Last reply by Matt Galbraith - Thursday, October 18, 2012 4:43 PM -
5 Votes
How to call form_resize event handler in form_load event handler using c#
If it is part of the designer, don't manually add events at runtime (if the events must be added dynamically, it is very likely NOT a good element for the designer).Answered | 8 Replies | 3501 Views | Created by kvg sasi - Monday, August 31, 2015 11:52 AM | Last reply by kvg sasi - Thursday, September 10, 2015 4:47 AM -
1 Votes
Adding images with tapped event
You may also find this blog post on correctly anchoring pushpins useful: https://rbrundritt.wordpress.com/2014/10/02/correcting-anchoring-pushpins-to-the-map/ For ...Answered | 3 Replies | 794 Views | Created by Gerben321 - Wednesday, January 28, 2015 12:13 AM | Last reply by Ricky_Brundritt - Thursday, January 29, 2015 12:17 AM -
1 Votes
Add event handlers to controls
I think double click the button is ok(if you are using VS).Answered | 3 Replies | 3736 Views | Created by Hawking502 - Tuesday, April 27, 2010 9:59 AM | Last reply by shoucal - Wednesday, April 28, 2010 6:14 AM - Items 1 to 20 of 3323908 Next ›
No announcements