From 2d00e65469071cd3a4a1c320b45d2ff7cd85cae9 Mon Sep 17 00:00:00 2001 From: AARTHI Date: Fri, 22 Mar 2024 10:37:51 +0530 Subject: [PATCH] modified tag value in readme file. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e88c45..758f8ef 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Maui TabView Samples Contains samples for .NET MAUI Tab View. -# Getting Started with .NET MAUI Tab View (SfTabView) +## Getting Started with .NET MAUI Tab View (SfTabView) This section explains the steps required to configure the .NET MAUI Tab View control and customize its elements. -## Adding a .NET MAUI Tab View reference +### Adding a .NET MAUI Tab View reference Syncfusion .NET MAUI controls are available in Nuget.org. To add .NET MAUI Tab View to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Maui.TabView and then install it. -# Create a simple .NET MAUI Tab View +## Create a simple .NET MAUI Tab View This section explains how to create a .NET MAUI Tab View and configure it. The control can be configured entirely in C# code or by the XAML markup. -## Creating the project +### Creating the project Create a new .NET MAUI application in Visual Studio -## Adding a .NET MAUI Tab View control +### Adding a .NET MAUI Tab View control Step 1: Add the NuGet to the project as discussed in the above reference section. Step 2: Add the namespace as shown in the following code sample.