Is it possible (IN XAML) to establish the position of an element depending on the position of a second object and the height of the Parent?
The conceptual formula would be this:
PrimaryObject.X = ( SecondaryObject.X, Factor=1 ) - ( PrimaryObject.Parent.Height, Factor=0.4 )