Plugin.SegmentedControl.Maui 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Plugin.SegmentedControl.Maui --version 1.0.8
                    
NuGet\Install-Package Plugin.SegmentedControl.Maui -Version 1.0.8
                    
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="Plugin.SegmentedControl.Maui" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Plugin.SegmentedControl.Maui" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Plugin.SegmentedControl.Maui" />
                    
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 Plugin.SegmentedControl.Maui --version 1.0.8
                    
#r "nuget: Plugin.SegmentedControl.Maui, 1.0.8"
                    
#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.
#:package Plugin.SegmentedControl.Maui@1.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Plugin.SegmentedControl.Maui&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Plugin.SegmentedControl.Maui&version=1.0.8
                    
Install as a Cake Tool

SegmentSelectEventArgs# Plugin.SegmentedControl.Maui Version Downloads

This library provides a segmented control for .NET MAUI apps using native platform APIs.

Download and Install Plugin.SegmentedControl.Maui

This library is available on NuGet: https://www.nuget.org/packages/Plugin.SegmentedControl.Maui Use the following command to install Plugin.FirebasePushNotifications using NuGet package manager console:

PM> Install-Package Plugin.SegmentedControl.Maui

You can use this library in any .NET MAUI project compatible to .NET 8 and higher.

App Setup

This plugin provides an extension method for MauiAppBuilder UseSegmentedControl which ensure proper startup and initialization. Call this method within your MauiProgram just as demonstrated in the SegmentedControlDemoApp:

var builder = MauiApp.CreateBuilder()
    .UseMauiApp<App>()
    .UseSegmentedControl();

API Usage

tbd

Contribution

Contributors welcome! If you find a bug or you want to propose a new feature, feel free to do so by opening a new issue on github.com.

tbd

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios17.2 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.4.36 811 5/27/2025
1.4.32-pre 194 5/16/2025
1.4.29-pre 208 5/16/2025
1.4.27-pre 167 5/6/2025
1.4.25-pre 469 4/17/2025
1.4.16 2,890 2/12/2025
1.4.14-pre 116 2/12/2025
1.4.13 1,482 11/26/2024
1.4.9-pre 115 11/20/2024
1.4.7-pre 110 11/14/2024
1.4.6-pre 146 11/11/2024
1.4.4 1,863 10/2/2024
1.3.25-pre 131 10/1/2024
1.3.23-pre 98 10/1/2024
1.3.22-pre 111 9/30/2024
1.3.18-pre 112 9/26/2024
1.3.16 220 9/14/2024
1.3.14-pre 106 9/10/2024
1.3.13-pre 115 9/10/2024
1.3.10-pre 119 9/5/2024
1.3.8-pre 97 9/1/2024
1.3.7 200 8/12/2024
1.3.3-pre 129 8/12/2024
1.3.2-pre 149 8/8/2024
1.3.1-pre 130 8/1/2024
1.2.19 160 7/24/2024
1.0.18 159 7/16/2024
1.0.14 159 7/10/2024
1.0.8 150 7/5/2024

1.0
- Initial release