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.
#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 203 5/27/2025
1.4.32-pre 177 5/16/2025
1.4.29-pre 190 5/16/2025
1.4.27-pre 150 5/6/2025
1.4.25-pre 329 4/17/2025
1.4.16 2,145 2/12/2025
1.4.14-pre 97 2/12/2025
1.4.13 1,419 11/26/2024
1.4.9-pre 100 11/20/2024
1.4.7-pre 93 11/14/2024
1.4.6-pre 135 11/11/2024
1.4.4 1,533 10/2/2024
1.3.25-pre 123 10/1/2024
1.3.23-pre 89 10/1/2024
1.3.22-pre 96 9/30/2024
1.3.18-pre 101 9/26/2024
1.3.16 203 9/14/2024
1.3.14-pre 100 9/10/2024
1.3.13-pre 108 9/10/2024
1.3.10-pre 111 9/5/2024
1.3.8-pre 84 9/1/2024
1.3.7 188 8/12/2024
1.3.3-pre 122 8/12/2024
1.3.2-pre 135 8/8/2024
1.3.1-pre 113 8/1/2024
1.2.19 149 7/24/2024
1.0.18 143 7/16/2024
1.0.14 145 7/10/2024
1.0.8 130 7/5/2024

1.0
- Initial release