Relative Content

Tag Archive for c#.netxamarin.formsmaui

Calling TranslateX or RotateX on Page does not affect NavigationPage Navbar, but rotates only page content

I am currently trying MAUI first time. And i am stuck with one problem. In my app i used FlyoutPage.Detail = NavigationPage. And using handlers of Flyout page i made simple animation. While Opening Flyout drawer i get coefficient of openining and TranslateX underlying Detail Page (my NavigationPage) to coefficient * 100. In the end i get working animation. But TranslateX or also RotateX Property changes affect only client area of that page (without including NavBar). Seems Navigation Page is designed differently on maui. Attached images.xamarin maui If you see there my toolbar button did not move to right, Only the content of page (Button) moved. There are also related problems with status bar translucency (also not behave as in xamarin). But that is a separate question. So how can i achieve moving NavBar also to rigth? Would appreciate any help. Thanks