I have a View for which I need to know the X/Y position relative to the page or root layout. To get the position relative to the screen, I can use View.GetLocationOnScreen, but this includes the title bar. I need to know either the height of the title bar or the position relative to the root layout (in my case a GridLayout). Is there any easy way to do this? Thanks.