No announcements
Found 2497475 threads
-
1 Votes
How to track the mouse movement on the child elements inside a grid
After that I have moved the mouse away and with mouse still pressed, PointerMovedEvent is received on the same button.Answered | 3 Replies | 1168 Views | Created by Jiying Ren - Friday, March 13, 2015 12:14 AM | Last reply by Jamles Hez - Tuesday, March 17, 2015 9:15 AM -
0 Votes
How to get the value inside a Child Data Grid?
you can get the reference of child Grid in specific row of Parent Grid as DataGrid dgChildGrid = ...Answered | 2 Replies | 9131 Views | Created by PABNatanawan - Monday, November 16, 2009 7:09 AM | Last reply by eryang - Tuesday, November 17, 2009 2:17 AM -
0 Votes
Opacity setting on child element of a grid issue
[1] http://stackoverflow.com/questions/2650576/how-do-you-override-the-opacity-of-a-parent-control-in-wpf Regards, ...Answered | 1 Replies | 844 Views | Created by wakefun - Tuesday, June 16, 2015 11:03 AM | Last reply by Hristo Valev - Tuesday, June 16, 2015 11:07 AM -
1 Votes
Simulating Mouse movements in Unit tests
Hi Amanda, Since we use API's to create workflow ( hence no UI involved and we thought of avoiding CodedUI), we tried using Windows APIs for simulating Mouse ...Answered | 3 Replies | 1431 Views | Created by Vishnu V Potti - Tuesday, November 11, 2014 10:01 AM | Last reply by Vishnu V Potti - Monday, December 15, 2014 7:44 AM -
0 Votes
How to remove child element from frameworkElement
oops so bad, why WPF has so many good thing with limitation, just imagine how simple req. and we not able to do.Answered | 4 Replies | 3438 Views | Created by Jumpingboy - Friday, November 16, 2012 4:40 AM | Last reply by Jumpingboy - Wednesday, November 21, 2012 7:13 PM -
2 Votes
Handling mouse movements..
I think you could use global mouse hooks to detect mouse events.Answered | 5 Replies | 3051 Views | Created by bbby A programmer - Tuesday, June 16, 2009 4:21 AM | Last reply by CodeCruiser - Tuesday, June 16, 2009 9:50 AM -
0 Votes
Scale the a UI element by 200% at the center of UI element on mouse hover
You could handle the MouseEnter and MouseLeave events of the Canvas and apply a ScaleTransform to all child elements dynamically.Answered | 3 Replies | 1099 Views | Created by IamHuM - Friday, February 5, 2016 7:40 PM | Last reply by Magnus (MM8) - Saturday, February 6, 2016 9:35 AM -
1 Votes
how do I read mouse buttons and movements using VS 2010?
trying to get mouse x,y and buttons. how to implement in code ?Answered | 7 Replies | 4375 Views | Created by dman10001 - Thursday, May 5, 2011 8:13 PM | Last reply by Aspen VJ - Tuesday, May 10, 2011 3:11 AM -
0 Votes
setting contenteditable to false on a child element inside a contenteditable
http://www.w3.org/TR/2008/WD-html5-20080610/editing.html states If an HTML element has a contenteditable attribute set to ...Answered | 1 Replies | 7453 Views | Created by dyland - Saturday, May 19, 2012 1:01 AM | Last reply by 网游 - wang'you - Saturday, May 19, 2012 2:54 AM -
0 Votes
Accessing child elements of a UIElement?
But I have figured out how to access the content (my viewmodel) from the UIElement.Answered | 3 Replies | 4523 Views | Created by BryanCC - Friday, November 20, 2009 5:40 PM | Last reply by Geert van Horrik - Tuesday, November 24, 2009 1:33 PM -
3 Votes
Interrupting Mouse Movement
Let me just add for anyone else following this thread- I was trying to develope cursor behavior inside a mouse event and using the MouseEventArgs to change ...Answered | 6 Replies | 2939 Views | Created by active47 - Sunday, May 1, 2011 7:29 PM | Last reply by Werewolfs - Friday, May 6, 2011 3:14 AM -
2 Votes
Limiting a Children's movement inside the Canvas
In the first section boundsInner is the bounding box of the inner element in its own coordinates.Answered | 6 Replies | 913 Views | Created by RahulRanjan123 - Wednesday, June 11, 2014 6:49 PM | Last reply by Rob Caplan [MSFT] - Thursday, June 12, 2014 9:37 PM -
2 Votes
How to capture Muse Movements and Clicks in Visual basic?
If you are new to programming in VB on Windows system, I recommend you to learn the basic on programming Windows Application, a good book on it: Programming Windows® ...Answered | 4 Replies | 2783 Views | Created by Aorangzeb - Monday, June 13, 2011 2:25 PM | Last reply by Jarrey - Wednesday, June 22, 2011 3:15 AM -
0 Votes
[UWP] Element is already the child of another element.
"Has parent" : "No parent"); // No parent LayoutRoot.Children.Add(page); // LayoutRoot is a Grid in MainPage.xaml ...Answered | 3 Replies | 2242 Views | Created by BitSmithy - Thursday, April 4, 2019 9:37 PM | Last reply by FEC-4RP - Saturday, April 6, 2019 1:08 AM -
1 Votes
MOUSE MOVEMENT IN CONSOLE C++
For an example of how to get mouse input in a console window, see here.Answered | 2 Replies | 2104 Views | Created by saad_nad - Friday, January 31, 2014 10:41 AM | Last reply by SimonRev - Friday, January 31, 2014 11:12 AM -
0 Votes
Grid ColumnDefninitions that work in child elements?
you should do as below: <Grid> <ListView x:Name="NearMeList" > ...Answered | 1 Replies | 420 Views | Created by RavinduL - Friday, December 5, 2014 3:21 PM | Last reply by Bill Chung - Friday, December 5, 2014 4:38 PM -
2 Votes
Accessing elements inside a datatemplate
Inside a Datatemplate dt.Stop(); } /// <summary> /// Method to Resume the Paused Slideshow /// ...Answered | 6 Replies | 31387 Views | Created by ctrlctrl - Wednesday, May 13, 2009 5:12 PM | Last reply by Anandaraju PG - Monday, January 11, 2010 2:29 PM -
0 Votes
Check if an Element has a child Element
<books> <title>Title of book</title> <author> <book>Name of ...Answered | 23 Replies | 10791 Views | Created by edwardkorankyi - Tuesday, September 29, 2009 9:31 PM | Last reply by edwardkorankyi - Wednesday, September 30, 2009 2:03 PM -
1 Votes
[WP8.1] Can't find element inside HubSection
But the code i posted in the first post was actually called from Loaded event of page itself, inside which only i was getting reference to some UI elements and not for some.Answered | 6 Replies | 1173 Views | Created by Vineet24 - Thursday, July 30, 2015 6:23 AM | Last reply by Vineet24 - Wednesday, August 5, 2015 5:38 AM -
1 Votes
Resizing child elements on window resize
The Idea sounds reasonable, but I've used DockPanel as a root element.Answered | 2 Replies | 3994 Views | Created by Iftikhar Akram - Thursday, September 11, 2008 10:37 AM | Last reply by Iftikhar Akram - Thursday, September 11, 2008 1:08 PM - Items 1 to 20 of 2497475 Next ›
No announcements