Is there a way that I can register an event, on a control that inherits from Canvas, that is fired w
- by Justin
I am trying to add horizontal and vertical "Position" attached properties to my canvas control that allow me to set a control's position (e.g. Horizontal: Left, Right, Center).
I need a children size changed event handler so that I can adjust the position of an element whose size is changed if it's horizontal or vertical position is Center.
Is there a way that I could do this?