MPowerKit.TabView 1.2.2

Prefix Reserved
dotnet add package MPowerKit.TabView --version 1.2.2
                    
NuGet\Install-Package MPowerKit.TabView -Version 1.2.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MPowerKit.TabView" Version="1.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MPowerKit.TabView" Version="1.2.2" />
                    
Directory.Packages.props
<PackageReference Include="MPowerKit.TabView" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MPowerKit.TabView --version 1.2.2
                    
#r "nuget: MPowerKit.TabView, 1.2.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=MPowerKit.TabView&version=1.2.2
                    
Install MPowerKit.TabView as a Cake Addin
#tool nuget:?package=MPowerKit.TabView&version=1.2.2
                    
Install MPowerKit.TabView as a Cake Tool

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

NuGet

"Buy Me A Coffee"

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 139 8 days ago
1.2.1 1,178 6 months ago
1.2.0 90 6 months ago
1.1.1 845 12/19/2023