Hi you guys!!
I ran into a weird behaviour, everytime I try to put a MasterDetailPage inside a NavigationPage, the Detail page has a gap between itself and the top of the navigation bar, even it the navigation bar is not shown, the gap is still there
Going deeper into the problem I noticed that after the page is drawn, the DeitailBounds has the Y position shifted, I can fix the problem translating the Y position, but then the height of the page is shorter and the gap shows in the bottom of the page.
Anyway, I'd like to know if there is a way to resize a page after it is drawn, and to know the origin of this behavior since on iOS everything goes smoothly
cheers....
(the white space in the image is the unholy gap)