MPowerKit.TabView
1.2.1
Prefix Reserved
dotnet add package MPowerKit.TabView --version 1.2.1
NuGet\Install-Package MPowerKit.TabView -Version 1.2.1
<PackageReference Include="MPowerKit.TabView" Version="1.2.1" />
paket add MPowerKit.TabView --version 1.2.1
#r "nuget: MPowerKit.TabView, 1.2.1"
// Install MPowerKit.TabView as a Cake Addin #addin nuget:?package=MPowerKit.TabView&version=1.2.1 // Install MPowerKit.TabView as a Cake Tool #tool nuget:?package=MPowerKit.TabView&version=1.2.1
MPowerKit.TabView
Fully customizable .NET MAUI TabView
It is written using .NET MAUI without native code and it is fully compatible with all platforms MAUI supports
Initialize:
Make sure to initialize the UI of the TabView inside your App.xaml file:
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<tabview:TabViewStyle />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Usage:
You can create tabs from markup or from ViewModel specifying ItemsSource and describing DataTemplate and header templates in xaml. Note: ItemsSource has higher priority than directly markup tab creation.
Example of usage:
Here described two types of usage: https://github.com/MPowerKit/TabView/tree/main/Sample/MainPage.xaml
Note:
You cannot use typeof Page as tab template.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Maui.Controls (>= 8.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.