diff --git a/ConfigureTabItem/ConfigureTabItem/ConfigureTabItem.csproj b/ConfigureTabItem/ConfigureTabItem/ConfigureTabItem.csproj
index 676b20a..6a4ff28 100644
--- a/ConfigureTabItem/ConfigureTabItem/ConfigureTabItem.csproj
+++ b/ConfigureTabItem/ConfigureTabItem/ConfigureTabItem.csproj
@@ -1,8 +1,8 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
-
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
+
Exe
ConfigureTabItem
true
@@ -16,7 +16,7 @@
com.companyname.ConfigureTabItem
- 1.0
+ 1
1
@@ -37,21 +37,9 @@
-
-
-
-
-
-
-
-
-
+
+
-
- WinExe
- win-x64
-
-
diff --git a/ConfigureTabItem/ConfigureTabItem/MainPage.xaml b/ConfigureTabItem/ConfigureTabItem/MainPage.xaml
index 42a6107..3b6f707 100644
--- a/ConfigureTabItem/ConfigureTabItem/MainPage.xaml
+++ b/ConfigureTabItem/ConfigureTabItem/MainPage.xaml
@@ -6,7 +6,7 @@
-
+
@@ -34,7 +34,7 @@
-
+
@@ -62,7 +62,7 @@
-
+
diff --git a/ConfigureTabItem/ConfigureTabItem/MainPage.xaml.cs b/ConfigureTabItem/ConfigureTabItem/MainPage.xaml.cs
index 7c3707a..9d25be3 100644
--- a/ConfigureTabItem/ConfigureTabItem/MainPage.xaml.cs
+++ b/ConfigureTabItem/ConfigureTabItem/MainPage.xaml.cs
@@ -1,6 +1,4 @@
using Microsoft.Maui.Controls;
-using Microsoft.Maui.Essentials;
-using System;
namespace ConfigureTabItem
{
diff --git a/ConfigureTabItem/ConfigureTabItem/MauiProgram.cs b/ConfigureTabItem/ConfigureTabItem/MauiProgram.cs
index 9a157e6..5e90c37 100644
--- a/ConfigureTabItem/ConfigureTabItem/MauiProgram.cs
+++ b/ConfigureTabItem/ConfigureTabItem/MauiProgram.cs
@@ -13,7 +13,7 @@ public static MauiApp CreateMauiApp()
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
- .ConfigureSyncfusionCoreElement()
+ .ConfigureSyncfusionCore()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
diff --git a/ConfigureTabItem/ConfigureTabItem/Platforms/Android/MainApplication.cs b/ConfigureTabItem/ConfigureTabItem/Platforms/Android/MainApplication.cs
index 6f3b71b..63888e7 100644
--- a/ConfigureTabItem/ConfigureTabItem/Platforms/Android/MainApplication.cs
+++ b/ConfigureTabItem/ConfigureTabItem/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace ConfigureTabItem
diff --git a/ConfigureTabItem/ConfigureTabItem/Platforms/MacCatalyst/AppDelegate.cs b/ConfigureTabItem/ConfigureTabItem/Platforms/MacCatalyst/AppDelegate.cs
index 35a5190..ef7972e 100644
--- a/ConfigureTabItem/ConfigureTabItem/Platforms/MacCatalyst/AppDelegate.cs
+++ b/ConfigureTabItem/ConfigureTabItem/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace ConfigureTabItem
{
diff --git a/ConfigureTabItem/ConfigureTabItem/Platforms/iOS/AppDelegate.cs b/ConfigureTabItem/ConfigureTabItem/Platforms/iOS/AppDelegate.cs
index 35a5190..ef7972e 100644
--- a/ConfigureTabItem/ConfigureTabItem/Platforms/iOS/AppDelegate.cs
+++ b/ConfigureTabItem/ConfigureTabItem/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace ConfigureTabItem
{
diff --git a/CreateNestedTabViews_MAUI/CreateNestedTabViews_MAUI.csproj b/CreateNestedTabViews_MAUI/CreateNestedTabViews_MAUI.csproj
index f197e1e..52fafa6 100644
--- a/CreateNestedTabViews_MAUI/CreateNestedTabViews_MAUI.csproj
+++ b/CreateNestedTabViews_MAUI/CreateNestedTabViews_MAUI.csproj
@@ -1,8 +1,8 @@
- net7.0-android;net7.0-ios;net7.0-maccatalyst
- $(TargetFrameworks);net7.0-windows10.0.19041.0
+ net9.0-android;net9.0-ios;net9.0-maccatalyst
+ $(TargetFrameworks);net9.0-windows10.0.19041.0
Exe
@@ -49,13 +49,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/LoadPageContentInSfTabView/LoadPageContentInSfTabView/LoadPageContentInSfTabView.csproj b/LoadPageContentInSfTabView/LoadPageContentInSfTabView/LoadPageContentInSfTabView.csproj
index 401f486..6c88c03 100644
--- a/LoadPageContentInSfTabView/LoadPageContentInSfTabView/LoadPageContentInSfTabView.csproj
+++ b/LoadPageContentInSfTabView/LoadPageContentInSfTabView/LoadPageContentInSfTabView.csproj
@@ -1,8 +1,8 @@
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041
+ net9.0-android;net9.0-ios;net9.0-maccatalyst
+ $(TargetFrameworks);net9.0-windows10.0.19041
Exe
TabViewSample
true
@@ -48,12 +48,12 @@
-
-
+
+
-
+
diff --git a/NativeEmbeddingAndroid/MainActivity.cs b/NativeEmbeddingAndroid/MainActivity.cs
index 6bf0a4b..976b566 100644
--- a/NativeEmbeddingAndroid/MainActivity.cs
+++ b/NativeEmbeddingAndroid/MainActivity.cs
@@ -4,6 +4,7 @@
using Microsoft.Maui.Embedding;
using Syncfusion.Maui.Core.Hosting;
using Microsoft.Maui.Platform;
+using Microsoft.Maui.Controls.Embedding;
namespace NativeEmbeddingAndroid
{
@@ -15,7 +16,7 @@ protected override void OnCreate(Bundle? savedInstanceState)
{
base.OnCreate(savedInstanceState);
MauiAppBuilder builder = MauiApp.CreateBuilder();
- builder.UseMauiEmbedding();
+ builder.UseMauiEmbeddedApp();
builder.ConfigureSyncfusionCore();
MauiApp mauiApp = builder.Build();
_mauiContext = new MauiContext(mauiApp.Services, this);
diff --git a/NativeEmbeddingAndroid/NativeEmbeddingAndroid.csproj b/NativeEmbeddingAndroid/NativeEmbeddingAndroid.csproj
index 98a8224..9d51042 100644
--- a/NativeEmbeddingAndroid/NativeEmbeddingAndroid.csproj
+++ b/NativeEmbeddingAndroid/NativeEmbeddingAndroid.csproj
@@ -1,6 +1,6 @@
- net8.0-android
+ net9.0-android
21
Exe
enable
diff --git a/NestedTabViewSample/NestedTabViewSample/MainPage.xaml.cs b/NestedTabViewSample/NestedTabViewSample/MainPage.xaml.cs
index 22fd36f..a39175c 100644
--- a/NestedTabViewSample/NestedTabViewSample/MainPage.xaml.cs
+++ b/NestedTabViewSample/NestedTabViewSample/MainPage.xaml.cs
@@ -1,6 +1,4 @@
using Microsoft.Maui.Controls;
-using Microsoft.Maui.Essentials;
-using System;
namespace NestedTabViewSample
{
diff --git a/NestedTabViewSample/NestedTabViewSample/MauiProgram.cs b/NestedTabViewSample/NestedTabViewSample/MauiProgram.cs
index 7d03fff..c232e3d 100644
--- a/NestedTabViewSample/NestedTabViewSample/MauiProgram.cs
+++ b/NestedTabViewSample/NestedTabViewSample/MauiProgram.cs
@@ -13,7 +13,7 @@ public static MauiApp CreateMauiApp()
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
- .ConfigureSyncfusionCoreElement()
+ .ConfigureSyncfusionCore()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
diff --git a/NestedTabViewSample/NestedTabViewSample/NestedTabViewSample.csproj b/NestedTabViewSample/NestedTabViewSample/NestedTabViewSample.csproj
index 845dcc8..0e40d5b 100644
--- a/NestedTabViewSample/NestedTabViewSample/NestedTabViewSample.csproj
+++ b/NestedTabViewSample/NestedTabViewSample/NestedTabViewSample.csproj
@@ -1,7 +1,7 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
Exe
NestedTabViewSample
@@ -16,7 +16,7 @@
com.companyname.NestedTabViewSample
- 1.0
+ 1
1
@@ -46,7 +46,7 @@
-
+
diff --git a/NestedTabViewSample/NestedTabViewSample/Platforms/Android/MainApplication.cs b/NestedTabViewSample/NestedTabViewSample/Platforms/Android/MainApplication.cs
index 840b659..7b0e7ff 100644
--- a/NestedTabViewSample/NestedTabViewSample/Platforms/Android/MainApplication.cs
+++ b/NestedTabViewSample/NestedTabViewSample/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace NestedTabViewSample
diff --git a/NestedTabViewSample/NestedTabViewSample/Platforms/MacCatalyst/AppDelegate.cs b/NestedTabViewSample/NestedTabViewSample/Platforms/MacCatalyst/AppDelegate.cs
index faa6958..4de0a20 100644
--- a/NestedTabViewSample/NestedTabViewSample/Platforms/MacCatalyst/AppDelegate.cs
+++ b/NestedTabViewSample/NestedTabViewSample/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace NestedTabViewSample
{
diff --git a/NestedTabViewSample/NestedTabViewSample/Platforms/iOS/AppDelegate.cs b/NestedTabViewSample/NestedTabViewSample/Platforms/iOS/AppDelegate.cs
index faa6958..4de0a20 100644
--- a/NestedTabViewSample/NestedTabViewSample/Platforms/iOS/AppDelegate.cs
+++ b/NestedTabViewSample/NestedTabViewSample/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace NestedTabViewSample
{
diff --git a/PopulatingItemTabView/PopulatingItemTabView/MainPage.xaml b/PopulatingItemTabView/PopulatingItemTabView/MainPage.xaml
index 1fcf897..3e6cc47 100644
--- a/PopulatingItemTabView/PopulatingItemTabView/MainPage.xaml
+++ b/PopulatingItemTabView/PopulatingItemTabView/MainPage.xaml
@@ -17,7 +17,7 @@
-
+
@@ -40,28 +40,28 @@
-
-
-
-
-
+
@@ -116,20 +116,20 @@
-
-
-
-
+
@@ -184,28 +184,28 @@
-
-
-
- ()
- .ConfigureSyncfusionCoreElement()
+ .ConfigureSyncfusionCore()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
diff --git a/PopulatingItemTabView/PopulatingItemTabView/Platforms/Android/MainApplication.cs b/PopulatingItemTabView/PopulatingItemTabView/Platforms/Android/MainApplication.cs
index 551152d..d12cb8d 100644
--- a/PopulatingItemTabView/PopulatingItemTabView/Platforms/Android/MainApplication.cs
+++ b/PopulatingItemTabView/PopulatingItemTabView/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace PopulatingItemTabView
diff --git a/PopulatingItemTabView/PopulatingItemTabView/Platforms/MacCatalyst/AppDelegate.cs b/PopulatingItemTabView/PopulatingItemTabView/Platforms/MacCatalyst/AppDelegate.cs
index 778180d..2901b43 100644
--- a/PopulatingItemTabView/PopulatingItemTabView/Platforms/MacCatalyst/AppDelegate.cs
+++ b/PopulatingItemTabView/PopulatingItemTabView/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace PopulatingItemTabView
{
diff --git a/PopulatingItemTabView/PopulatingItemTabView/Platforms/iOS/AppDelegate.cs b/PopulatingItemTabView/PopulatingItemTabView/Platforms/iOS/AppDelegate.cs
index 778180d..2901b43 100644
--- a/PopulatingItemTabView/PopulatingItemTabView/Platforms/iOS/AppDelegate.cs
+++ b/PopulatingItemTabView/PopulatingItemTabView/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace PopulatingItemTabView
{
diff --git a/PopulatingItemTabView/PopulatingItemTabView/PopulatingItemTabView.csproj b/PopulatingItemTabView/PopulatingItemTabView/PopulatingItemTabView.csproj
index a73054d..6df7d29 100644
--- a/PopulatingItemTabView/PopulatingItemTabView/PopulatingItemTabView.csproj
+++ b/PopulatingItemTabView/PopulatingItemTabView/PopulatingItemTabView.csproj
@@ -1,7 +1,7 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
Exe
PopulatingItemTabView
@@ -16,7 +16,7 @@
com.companyname.PopulatingItemTabView
- 1.0
+ 1
1
@@ -46,7 +46,7 @@
-
+
diff --git a/SelectedHeaderColorCustomization/SelectedHeaderColorCustomization.csproj b/SelectedHeaderColorCustomization/SelectedHeaderColorCustomization.csproj
index 82ff069..c69e622 100644
--- a/SelectedHeaderColorCustomization/SelectedHeaderColorCustomization.csproj
+++ b/SelectedHeaderColorCustomization/SelectedHeaderColorCustomization.csproj
@@ -1,8 +1,8 @@
- net8.0-android;net8.0-ios;net8.0-maccatalyst
- $(TargetFrameworks);net8.0-windows10.0.19041.0
+ net9.0-android;net9.0-ios;net9.0-maccatalyst
+ $(TargetFrameworks);net9.0-windows10.0.19041.0
@@ -59,7 +59,7 @@
-
+
diff --git a/TabBarCustomization/TabBarCustomization/MainPage.xaml.cs b/TabBarCustomization/TabBarCustomization/MainPage.xaml.cs
index 15d7fb6..686ab23 100644
--- a/TabBarCustomization/TabBarCustomization/MainPage.xaml.cs
+++ b/TabBarCustomization/TabBarCustomization/MainPage.xaml.cs
@@ -1,6 +1,4 @@
using Microsoft.Maui.Controls;
-using Microsoft.Maui.Essentials;
-using System;
namespace TabBarCustomization
{
diff --git a/TabBarCustomization/TabBarCustomization/MauiProgram.cs b/TabBarCustomization/TabBarCustomization/MauiProgram.cs
index 1dd20b3..c83bc47 100644
--- a/TabBarCustomization/TabBarCustomization/MauiProgram.cs
+++ b/TabBarCustomization/TabBarCustomization/MauiProgram.cs
@@ -13,7 +13,7 @@ public static MauiApp CreateMauiApp()
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
- .ConfigureSyncfusionCoreElement()
+ .ConfigureSyncfusionCore()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
diff --git a/TabBarCustomization/TabBarCustomization/Platforms/Android/MainApplication.cs b/TabBarCustomization/TabBarCustomization/Platforms/Android/MainApplication.cs
index 9888c10..bf9d382 100644
--- a/TabBarCustomization/TabBarCustomization/Platforms/Android/MainApplication.cs
+++ b/TabBarCustomization/TabBarCustomization/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace TabBarCustomization
diff --git a/TabBarCustomization/TabBarCustomization/Platforms/MacCatalyst/AppDelegate.cs b/TabBarCustomization/TabBarCustomization/Platforms/MacCatalyst/AppDelegate.cs
index c1ba1cc..3439184 100644
--- a/TabBarCustomization/TabBarCustomization/Platforms/MacCatalyst/AppDelegate.cs
+++ b/TabBarCustomization/TabBarCustomization/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabBarCustomization
{
diff --git a/TabBarCustomization/TabBarCustomization/Platforms/iOS/AppDelegate.cs b/TabBarCustomization/TabBarCustomization/Platforms/iOS/AppDelegate.cs
index c1ba1cc..3439184 100644
--- a/TabBarCustomization/TabBarCustomization/Platforms/iOS/AppDelegate.cs
+++ b/TabBarCustomization/TabBarCustomization/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabBarCustomization
{
diff --git a/TabBarCustomization/TabBarCustomization/TabBarCustomization.csproj b/TabBarCustomization/TabBarCustomization/TabBarCustomization.csproj
index 108e216..9b3d192 100644
--- a/TabBarCustomization/TabBarCustomization/TabBarCustomization.csproj
+++ b/TabBarCustomization/TabBarCustomization/TabBarCustomization.csproj
@@ -1,7 +1,7 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
Exe
TabBarCustomization
@@ -16,7 +16,7 @@
com.companyname.TabBarCustomization
- 1.0
+ 1
1
@@ -46,7 +46,7 @@
-
+
diff --git a/TabBarPlacementCustomization/TabBarPlacementCustomization/TabBarPlacementCustomization.csproj b/TabBarPlacementCustomization/TabBarPlacementCustomization/TabBarPlacementCustomization.csproj
index 42d54aa..5df0cb6 100644
--- a/TabBarPlacementCustomization/TabBarPlacementCustomization/TabBarPlacementCustomization.csproj
+++ b/TabBarPlacementCustomization/TabBarPlacementCustomization/TabBarPlacementCustomization.csproj
@@ -1,8 +1,8 @@
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041
+ net9.0-android;net9.0-ios;net9.0-maccatalyst
+ $(TargetFrameworks);net9.0-windows10.0.19041
Exe
TabBarPlacementCustomization
true
@@ -22,9 +22,9 @@
True
- 14.2
- 14.0
- 21.0
+ 14.2
+ 14.0
+ 21.0
10.0.17763.0
10.0.17763.0
@@ -48,24 +48,12 @@
-
-
-
-
-
-
- 19.4.1.11
-
-
-
-
-
- 19.4.1.11
-
+
+
-
+
diff --git a/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml b/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml
index 73fbd7e..3dbc489 100644
--- a/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml
+++ b/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml
@@ -2,6 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="TabViewCustomizationSample.MainPage"
xmlns:tabView="clr-namespace:Syncfusion.Maui.TabView;assembly=Syncfusion.Maui.TabView"
+ xmlns:core="clr-namespace:Syncfusion.Maui.Core;assembly=Syncfusion.Maui.Core"
BackgroundColor="{DynamicResource SecondaryColor}">
@@ -55,7 +56,8 @@
-
+
+
@@ -71,8 +73,9 @@
-
-
+
+
+
diff --git a/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml.cs b/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml.cs
index 279bcfc..6425b88 100644
--- a/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml.cs
+++ b/TabViewCustomizationSample/TabViewCustomizationSample/MainPage.xaml.cs
@@ -1,6 +1,4 @@
using Microsoft.Maui.Controls;
-using Microsoft.Maui.Essentials;
-using System;
namespace TabViewCustomizationSample
{
diff --git a/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/Android/MainApplication.cs b/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/Android/MainApplication.cs
index ebc3aab..aff8084 100644
--- a/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/Android/MainApplication.cs
+++ b/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace TabViewCustomizationSample
diff --git a/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/MacCatalyst/AppDelegate.cs b/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/MacCatalyst/AppDelegate.cs
index ac52e3e..a0071b2 100644
--- a/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/MacCatalyst/AppDelegate.cs
+++ b/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabViewCustomizationSample
{
diff --git a/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/iOS/AppDelegate.cs b/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/iOS/AppDelegate.cs
index ac52e3e..a0071b2 100644
--- a/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/iOS/AppDelegate.cs
+++ b/TabViewCustomizationSample/TabViewCustomizationSample/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabViewCustomizationSample
{
diff --git a/TabViewCustomizationSample/TabViewCustomizationSample/TabViewCustomizationSample.csproj b/TabViewCustomizationSample/TabViewCustomizationSample/TabViewCustomizationSample.csproj
index 725a049..1d788b9 100644
--- a/TabViewCustomizationSample/TabViewCustomizationSample/TabViewCustomizationSample.csproj
+++ b/TabViewCustomizationSample/TabViewCustomizationSample/TabViewCustomizationSample.csproj
@@ -1,7 +1,7 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
Exe
TabViewCustomizationSample
@@ -16,7 +16,7 @@
com.companyname.TabViewCustomizationSample
- 1.0
+ 1
1
@@ -46,7 +46,7 @@
-
+
diff --git a/TabViewDynamicHeight/TabViewDynamicHeight/MainPage.xaml.cs b/TabViewDynamicHeight/TabViewDynamicHeight/MainPage.xaml.cs
index 462eb18..5dbfde1 100644
--- a/TabViewDynamicHeight/TabViewDynamicHeight/MainPage.xaml.cs
+++ b/TabViewDynamicHeight/TabViewDynamicHeight/MainPage.xaml.cs
@@ -44,7 +44,7 @@ private double GetContentHeight(SfTabItem tabItem)
return 100; // Set a minimum height when there is no content
}
- return tabItem.Content.Measure(double.PositiveInfinity, double.PositiveInfinity).Request.Height;
+ return tabItem.Content.Measure(double.PositiveInfinity, double.PositiveInfinity).Height;
}
}
}
diff --git a/TabViewDynamicHeight/TabViewDynamicHeight/TabViewDynamicHeight.csproj b/TabViewDynamicHeight/TabViewDynamicHeight/TabViewDynamicHeight.csproj
index 5caf355..565b010 100644
--- a/TabViewDynamicHeight/TabViewDynamicHeight/TabViewDynamicHeight.csproj
+++ b/TabViewDynamicHeight/TabViewDynamicHeight/TabViewDynamicHeight.csproj
@@ -1,8 +1,8 @@
- net8.0-android;net8.0-ios;net8.0-maccatalyst
- $(TargetFrameworks);net8.0-windows10.0.19041.0
+ net9.0-android;net9.0-ios;net9.0-maccatalyst
+ $(TargetFrameworks);net9.0-windows10.0.19041.0
@@ -59,7 +59,7 @@
-
+
diff --git a/TabViewEventToCommand/TabViewEventToCommand.csproj b/TabViewEventToCommand/TabViewEventToCommand.csproj
index 91489d7..c0aa01b 100644
--- a/TabViewEventToCommand/TabViewEventToCommand.csproj
+++ b/TabViewEventToCommand/TabViewEventToCommand.csproj
@@ -1,8 +1,8 @@
- net8.0-android;net8.0-ios;net8.0-maccatalyst
- $(TargetFrameworks);net8.0-windows10.0.19041.0
+ net9.0-android;net9.0-ios;net9.0-maccatalyst
+ $(TargetFrameworks);net9.0-windows10.0.19041.0
@@ -60,7 +60,7 @@
-
+
diff --git a/TabViewGettingStarted/TabViewGettingStarted/MainPage.xaml.cs b/TabViewGettingStarted/TabViewGettingStarted/MainPage.xaml.cs
index 2b18899..41590c3 100644
--- a/TabViewGettingStarted/TabViewGettingStarted/MainPage.xaml.cs
+++ b/TabViewGettingStarted/TabViewGettingStarted/MainPage.xaml.cs
@@ -1,7 +1,4 @@
using Microsoft.Maui.Controls;
-using Microsoft.Maui.Essentials;
-using System;
-
namespace TabViewGettingStarted
{
public partial class MainPage : ContentPage
diff --git a/TabViewGettingStarted/TabViewGettingStarted/MauiProgram.cs b/TabViewGettingStarted/TabViewGettingStarted/MauiProgram.cs
index dcca5a6..5a231c6 100644
--- a/TabViewGettingStarted/TabViewGettingStarted/MauiProgram.cs
+++ b/TabViewGettingStarted/TabViewGettingStarted/MauiProgram.cs
@@ -13,7 +13,7 @@ public static MauiApp CreateMauiApp()
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
- .ConfigureSyncfusionCoreElement()
+ .ConfigureSyncfusionCore()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
diff --git a/TabViewGettingStarted/TabViewGettingStarted/Platforms/Android/MainApplication.cs b/TabViewGettingStarted/TabViewGettingStarted/Platforms/Android/MainApplication.cs
index b1aeb33..b887659 100644
--- a/TabViewGettingStarted/TabViewGettingStarted/Platforms/Android/MainApplication.cs
+++ b/TabViewGettingStarted/TabViewGettingStarted/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace TabViewGettingStarted
diff --git a/TabViewGettingStarted/TabViewGettingStarted/Platforms/MacCatalyst/AppDelegate.cs b/TabViewGettingStarted/TabViewGettingStarted/Platforms/MacCatalyst/AppDelegate.cs
index 47a6eb5..a98afa5 100644
--- a/TabViewGettingStarted/TabViewGettingStarted/Platforms/MacCatalyst/AppDelegate.cs
+++ b/TabViewGettingStarted/TabViewGettingStarted/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabViewGettingStarted
{
diff --git a/TabViewGettingStarted/TabViewGettingStarted/Platforms/iOS/AppDelegate.cs b/TabViewGettingStarted/TabViewGettingStarted/Platforms/iOS/AppDelegate.cs
index 47a6eb5..a98afa5 100644
--- a/TabViewGettingStarted/TabViewGettingStarted/Platforms/iOS/AppDelegate.cs
+++ b/TabViewGettingStarted/TabViewGettingStarted/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabViewGettingStarted
{
diff --git a/TabViewGettingStarted/TabViewGettingStarted/TabViewGettingStarted.csproj b/TabViewGettingStarted/TabViewGettingStarted/TabViewGettingStarted.csproj
index 402792e..3700401 100644
--- a/TabViewGettingStarted/TabViewGettingStarted/TabViewGettingStarted.csproj
+++ b/TabViewGettingStarted/TabViewGettingStarted/TabViewGettingStarted.csproj
@@ -1,7 +1,7 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
Exe
TabViewGettingStarted
@@ -16,7 +16,7 @@
com.companyname.TabViewGettingStarted
- 1.0
+ 1
1
@@ -46,7 +46,7 @@
-
+
diff --git a/TabViewNativeEmbeddingiOS/TabViewNativeEmbeddingiOS.csproj b/TabViewNativeEmbeddingiOS/TabViewNativeEmbeddingiOS.csproj
index 7f3ed32..5b7fb1c 100644
--- a/TabViewNativeEmbeddingiOS/TabViewNativeEmbeddingiOS.csproj
+++ b/TabViewNativeEmbeddingiOS/TabViewNativeEmbeddingiOS.csproj
@@ -1,6 +1,6 @@
- net8.0-ios
+ net9.0-ios
Exe
enable
true
diff --git a/TabViewWidthCustomization/TabViewWidthCustomization/MainPage.xaml.cs b/TabViewWidthCustomization/TabViewWidthCustomization/MainPage.xaml.cs
index 96ca235..a4147b2 100644
--- a/TabViewWidthCustomization/TabViewWidthCustomization/MainPage.xaml.cs
+++ b/TabViewWidthCustomization/TabViewWidthCustomization/MainPage.xaml.cs
@@ -1,6 +1,4 @@
using Microsoft.Maui.Controls;
-using Microsoft.Maui.Essentials;
-using System;
namespace TabViewWidthCustomization
{
diff --git a/TabViewWidthCustomization/TabViewWidthCustomization/MauiProgram.cs b/TabViewWidthCustomization/TabViewWidthCustomization/MauiProgram.cs
index 3ef16ed..38afb0e 100644
--- a/TabViewWidthCustomization/TabViewWidthCustomization/MauiProgram.cs
+++ b/TabViewWidthCustomization/TabViewWidthCustomization/MauiProgram.cs
@@ -13,7 +13,7 @@ public static MauiApp CreateMauiApp()
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp()
- .ConfigureSyncfusionCoreElement()
+ .ConfigureSyncfusionCore()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
diff --git a/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/Android/MainApplication.cs b/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/Android/MainApplication.cs
index d33207a..d7e6933 100644
--- a/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/Android/MainApplication.cs
+++ b/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace TabViewWidthCustomization
diff --git a/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/MacCatalyst/AppDelegate.cs b/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/MacCatalyst/AppDelegate.cs
index 1b86d8a..442eeb5 100644
--- a/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/MacCatalyst/AppDelegate.cs
+++ b/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabViewWidthCustomization
{
diff --git a/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/iOS/AppDelegate.cs b/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/iOS/AppDelegate.cs
index 1b86d8a..442eeb5 100644
--- a/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/iOS/AppDelegate.cs
+++ b/TabViewWidthCustomization/TabViewWidthCustomization/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace TabViewWidthCustomization
{
diff --git a/TabViewWidthCustomization/TabViewWidthCustomization/TabViewWidthCustomization.csproj b/TabViewWidthCustomization/TabViewWidthCustomization/TabViewWidthCustomization.csproj
index 2672f91..d8e2d47 100644
--- a/TabViewWidthCustomization/TabViewWidthCustomization/TabViewWidthCustomization.csproj
+++ b/TabViewWidthCustomization/TabViewWidthCustomization/TabViewWidthCustomization.csproj
@@ -1,7 +1,7 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
Exe
TabViewWidthCustomization
@@ -16,7 +16,7 @@
com.companyname.TabViewWidthCustomization
- 1.0
+ 1
1
@@ -46,7 +46,7 @@
-
+
diff --git a/VisualStateManagerTabView/VisualStateManagerTabView/MainPage.xaml b/VisualStateManagerTabView/VisualStateManagerTabView/MainPage.xaml
index f31aab6..5c5090f 100644
--- a/VisualStateManagerTabView/VisualStateManagerTabView/MainPage.xaml
+++ b/VisualStateManagerTabView/VisualStateManagerTabView/MainPage.xaml
@@ -39,7 +39,7 @@
-
+
@@ -63,28 +63,28 @@
-
-
-
- ()
- .ConfigureSyncfusionCoreElement()
+ .ConfigureSyncfusionCore()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
diff --git a/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/Android/MainApplication.cs b/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/Android/MainApplication.cs
index 3d36546..e62bdae 100644
--- a/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/Android/MainApplication.cs
+++ b/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/Android/MainApplication.cs
@@ -1,6 +1,7 @@
using Android.App;
using Android.Runtime;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
using System;
namespace VisualStateManagerTabView
diff --git a/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/MacCatalyst/AppDelegate.cs b/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/MacCatalyst/AppDelegate.cs
index 103899b..3d75142 100644
--- a/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/MacCatalyst/AppDelegate.cs
+++ b/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/MacCatalyst/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace VisualStateManagerTabView
{
diff --git a/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/iOS/AppDelegate.cs b/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/iOS/AppDelegate.cs
index 103899b..3d75142 100644
--- a/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/iOS/AppDelegate.cs
+++ b/VisualStateManagerTabView/VisualStateManagerTabView/Platforms/iOS/AppDelegate.cs
@@ -1,5 +1,6 @@
using Foundation;
using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
namespace VisualStateManagerTabView
{
diff --git a/VisualStateManagerTabView/VisualStateManagerTabView/VisualStateManagerTabView.csproj b/VisualStateManagerTabView/VisualStateManagerTabView/VisualStateManagerTabView.csproj
index 72c3b24..ee75c46 100644
--- a/VisualStateManagerTabView/VisualStateManagerTabView/VisualStateManagerTabView.csproj
+++ b/VisualStateManagerTabView/VisualStateManagerTabView/VisualStateManagerTabView.csproj
@@ -1,7 +1,7 @@
- net6.0-ios;net6.0-android;net6.0-maccatalyst
+ net9.0-ios;net9.0-android;net9.0-maccatalyst
Exe
VisualStateManagerTabView
@@ -16,7 +16,7 @@
com.companyname.VisualStateManagerTabView
- 1.0
+ 1
1
@@ -46,7 +46,7 @@
-
+