Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MPowerKit/TabView
Fully customizable .NET MAUI TabView
https://github.com/MPowerKit/TabView
Last synced: 3 months ago
JSON representation
Fully customizable .NET MAUI TabView
- Host: GitHub
- URL: https://github.com/MPowerKit/TabView
- Owner: MPowerKit
- License: mit
- Created: 2023-12-19T11:32:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T00:38:45.000Z (6 months ago)
- Last Synced: 2024-07-28T16:27:55.736Z (3 months ago)
- Language: C#
- Size: 234 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-maui - MPowerKit.TabView - square)](https://github.com/MPowerKit/TabView/stargazers)|[![GitHub last-commit](https://img.shields.io/github/last-commit/MPowerKit/TabView?style=flat-square)](https://github.com/MPowerKit/TabView/commits) (UI)
README
# MPowerKit.TabView
Fully customizable .NET MAUI TabViewIt is written using .NET MAUI without native code and it is fully compatible with all platforms MAUI supports
[![NuGet](https://img.shields.io/nuget/v/MPowerKit.TabView.svg?maxAge=2592000)](https://www.nuget.org/packages/MPowerKit.TabView)
### Initialize:
Make sure to initialize the UI of the TabView inside your App.xaml file:
### 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.