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
I could not find any solution from Google yet. Searched about customizing pages and controls via Handlers. But no success still.
Kamar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.