Open johnmangam opened 3 years ago
Unfortunately, this property is not yet mapped in MBB.
Thank you @Dreamescaper I see that there is Shell.TitleView. Could we use it in a Razor component?
That one is not mapped either. If you really need to, you can access native Xamarin.Forms elements, and assign that property directly, but you'll need to build that TitleView using native XF elements, you won't be able to use razor there.
You can read about that here: https://docs.microsoft.com/en-us/mobile-blazor-bindings/advanced/access-native-controls#accessing-native-xamarinforms-controls-from-blazor-components
Thank you for the information, @Dreamescaper
I think you can leave it opened - as a request to map those properties in MBB.
I would like to add a few more elements to the TitleView of NavBar.
I'm able to see this NavigationPage.TitleView in XAML https://github.com/xamarin/xamarin-forms-samples/blob/main/Navigation/TitleView/NavigationPageTitleView/NavigationPageTitleView/Views/AndroidExtendedTitleViewPage.xaml
I am not able to do the same in razor of Shell or a ContentPage. Please help, thank you.