Hi,
I've integrated WPF project with Xamarin forms cross platform solution.
refer for integration => (https://c-sharpcorner.com/article/create-wpf-application-using-xamarin-forms/)
I want to remove the Additional AppBar/ToolBar that appears below the TitleBar when the WPF application is built and run.
That is shown in the image below
Thanks.
Answers
You could refer to: How to hide the navigation bar in a WPF page
What was the solution you used? I've tried the solutions listed in the stack overflow post and haven't gotten anything to work yet.