Articles in this section
Category / Section

How to create TabView using custom font icon in .NET MAUI (SfTabView)?

2 mins read

In .NET MAUI, creating a TabView with custom font icons can enhance the visual appeal and user experience of your application. This article will guide you through the process of implementing a .NET MAUI TabView using custom Font Icons in application.

Step 1: Define the TabView in XAML:

In your XAML file, define the TabView and include TabItem elements with the Header property set to the Unicode character of the icon, and the FontFamily set to the name of your custom font.

XAML

 <tabView:SfTabView x:Name="tabView"  TabWidthMode="Default" TabBarHeight="100" >
     <tabView:SfTabView.Items  >
           <tabView:SfTabItem Header="" FontFamily="SegmentIcon"  FontSize="25">
             <tabView:SfTabItem.Content>
                 <Label Text="Calls items"></Label>
             </tabView:SfTabItem.Content>
         </tabView:SfTabItem>

           <tabView:SfTabItem Header="" FontFamily="SegmentIcon"  FontSize="25" >
             <tabView:SfTabItem.Content>
                 <Label Text="Favourite items"></Label>
             </tabView:SfTabItem.Content>
         </tabView:SfTabItem>

           <tabView:SfTabItem Header="" FontFamily="SegmentIcon" FontSize="25">
             <tabView:SfTabItem.Content>
                 <Label Text="Message items"></Label>
             </tabView:SfTabItem.Content>
         </tabView:SfTabItem>
     </tabView:SfTabView.Items>
 </tabView:SfTabView>

Output

Screenshot 2023-12-06 164101.png

Conclusion

Hope you enjoyed learning about how to create TabView using custom fonticon in .NET MAUI.

You can refer to our .NET MAUI Tab View’s feature tour page to learn about its other groundbreaking feature representations. You can explore our .NET MAUI Tab View documentation to understand how to present and manipulate data.

For current customers, you can check out our .NET MAUI components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our .NET MAUI Tab View and other .NET MAUI components.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums Direct-Trac or feedback portal We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied