Top "Wpf-positioning" questions

WPF Positioning deals with placement of elements within a WPF application.

Get Absolute Position of element within the window in wpf

I would like to get the absolute position of an element in relation to the window/root element when it …

wpf wpf-positioning
Changing the start up location of a WPF window

I'd like to have a WPF window open in the top right part of the screen. Right now I can …

wpf window wpf-positioning
How to center an element in wpf canvas

How can I center an element in wpf canvas using attached properties?

wpf canvas wpf-positioning
Positioning UIElement on a Canvas

I have a canvas and a red rectangle laid on it. Rectangle has a MouseDown event handler implemented: private void …

wpf canvas wpf-controls uielement wpf-positioning
Dynamically changing the start up location of a WPF window

This is a follow up question to an answered question [here][1]. There the startup position of a WPF window was …

wpf window wpf-positioning