MPowerKit.TabView 1.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package MPowerKit.TabView --version 1.1.1
NuGet\Install-Package MPowerKit.TabView -Version 1.1.1
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.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MPowerKit.TabView --version 1.1.1
#r "nuget: MPowerKit.TabView, 1.1.1"
#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.
// Install MPowerKit.TabView as a Cake Addin
#addin nuget:?package=MPowerKit.TabView&version=1.1.1

// Install MPowerKit.TabView as a Cake Tool
#tool nuget:?package=MPowerKit.TabView&version=1.1.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

NuGet

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. 
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.1.1 207 12/19/2023