- Home
- Forum
- Xamarin.Forms
- SfBadgeView control support for Xamarin.Forms Shell container/framework
SfBadgeView control support for Xamarin.Forms Shell container/framework
<Shell xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:views="clr-namespace:AcmeCompany.Views"
xmlns:syncfusion="clr-namespace:Syncfusion.XForms.BadgeView;assembly=Syncfusion.SfBadgeView.XForms"
x:Class="AcmeCompany.AppShell" x:Name="AppShellSelf" RouteScheme="app" RouteHost="AcmeCompany.com"
Route="AcmeCompany" Title="AcmeCompany" BackgroundColor="White">
<views:FlyoutHeader/>
</Shell.FlyoutHeader>
<ShellSection Route="menu" Title="" Icon="baseline_menu_black_24.png">
<ShellContent Route="menuItem" Style="{StaticResource BrandShell}">
<views:Menu Title="Menu Page" BackgroundColor="White"/>
</ShellContent>
</ShellSection>
<ShellSection Route="home" Title="Home" Icon="baseline_dashboard_black_24.png">
<ShellContent Route="home" Style="{StaticResource BrandShell}">
<views:Home Title="Home Page" BackgroundColor="White"/>
</ShellContent>
</ShellSection>
<ShellSection Route="camera" Title="Camera" Icon="baseline_photo_camera_black_24.png">
<ShellContent Route="cameraItem" Style="{StaticResource PinkShadeShell}" Title="Camera Page"
ContentTemplate="{DataTemplate views:Camera}">
</ShellContent>
</ShellSection>
<ShellSection Route="alerts" Title="Alerts" Icon="baseline_alert_black_24.png"
x:Name="AlertTab">
<ShellContent Route="alertsItem" Style="{StaticResource PurpleShell}" Title="Alerts Page"
ContentTemplate="{DataTemplate views:Alerts}">
</ShellContent>
</ShellSection>
</ShellItem>
ContentTemplate="{DataTemplate views:Settings}"/>
<ShellContent Route="about" Title="About" Icon="outline_info_black_24.png" ContentTemplate="{DataTemplate views:About}"/>
<MenuItem Text="Log Out" Icon="outline_exit_to_app_black_24.png" Command="{Binding LogOutCommand}" BindingContext="{x:Reference AppShellSelf}"/>
</Shell.MenuItems>
</Shell>
Hi,
Have the Xamarin devs changed anything in the 4 years since the original post that now allows for badges in shell tabs?
I followed your enhancement request, but it seems you incorrectly raised it in the Xamarin Essentials area. Your request was closed and you were requested to raise a similar item in the Xamarin area instead. I had a look, but didn't find one there.
So did you re-raise it, and did the Xamarin team ever implement your feature request?
Thanks
Paul
Hi Paul,
Thanks for contacting Syncfusion support.
Query 1: Have the Xamarin devs changed anything in the 4 years since the original post that now allows for badges in shell tabs?
The Custom view support is not provided in the Shell tab view of Xamarin.Forms. So currently not possible to add SfBadgeView in Shell content.
Query 2: I followed your enhancement request, but it seems you incorrectly raised it in the Xamarin Essentials area. Your request was closed and you were requested to raise a similar item in the Xamarin area instead.
Thanks for updating us with your query. We have created a new enhancement request in the Xamarin area.
https://github.com/xamarin/Xamarin.Forms/issues/15662
Query 3: Did the Xamarin team ever implement your feature request?
Already the Xamarin team is fixed some issues reported by our team. Hope they consider and add their details to the ticket.
Thanks,
Arunachalam K
- 13 Replies
- 6 Participants
-
YN Yousuf Nizamuddin
- Feb 20, 2019 09:28 AM UTC
- Jan 18, 2023 10:01 AM UTC