Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
5k views

How do you do relative positioning in WPF?

How can you relatively position elements in WPF? The standard model is to use layout managers for everything, but what if you want to position elements (on a Canvas, for example) simply based on the ...
0
votes
2answers
275 views

How to get/set the position of the mouse relative from the application window?

I want to be able to get the current location of the mouse pointer, relative from where my form window is. So if I would put my mouse on the top left of the form, it would give me the x and y values ...