SegmentedControl.FormsPlugin 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SegmentedControl.FormsPlugin --version 2.0.0
NuGet\Install-Package SegmentedControl.FormsPlugin -Version 2.0.0
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="SegmentedControl.FormsPlugin" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SegmentedControl.FormsPlugin --version 2.0.0
#r "nuget: SegmentedControl.FormsPlugin, 2.0.0"
#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 SegmentedControl.FormsPlugin as a Cake Addin
#addin nuget:?package=SegmentedControl.FormsPlugin&version=2.0.0

// Install SegmentedControl.FormsPlugin as a Cake Tool
#tool nuget:?package=SegmentedControl.FormsPlugin&version=2.0.0

Segmented Control for Xamarin Forms

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap10 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
2.0.1 587,711 1/17/2018
2.0.0 2,521 1/14/2018
1.3.4 23,767 9/29/2017
1.3.3 10,032 9/13/2017
1.3.2 4,267 9/1/2017
1.3.1 17,411 5/7/2017
1.3.0 996 5/5/2017
1.2.4 10,818 12/16/2016
1.2.3 1,971 12/16/2016
1.2.2 1,137 12/13/2016
1.2.1 1,020 12/11/2016
1.2.0 1,056 11/29/2016
1.1.0 2,886 8/1/2016
1.0.0 1,259 7/29/2016

2.0.0
[Update] Adding support for netstandard2.0
[Update] Adding support for UWP
[Update] Adding DisabledColor bindable property
1.3.4
[Android] Setting SelectedSegment to -1 to clear selection throws error in Android #61
[Update] Changing ValueChanged to event to make it available from XAML
1.3.3
[Update] Adding support for no segment selected
[Update] Preventing crashes OnElementPropertyChanged because Element or NativeControl are null.
1.3.2
[Android] Segmented Control Not Displaying on Second Page #51
[Android] About 150 warnings about resources #50
[Android] Android package incompatible with latest Xamarin Forms #48
[Android] Segmented Control Not rendering in Android #46
[Android] Late instantiation of the RadioGroup control in the Android renderer fails to display bug #45
[Android] Object Disposed Exception. Crash. Android only #44
[Android] Segmented control changed displaying inside Grid #42
[Update] Doesn't work with Xamarin.Forms Previewer #49
1.3.1
[Android] Regression: control is not displayed anymore on Android #36 fixed.
1.3.0
[Update] SelectedText property deprecated.
[Update] SelectTab method deprecated (changed SelectedSegment property instead).
[Update] ChangeTintColor method deprecated (change TintColor property instead).
[iOS] SelectedTextColor property implemented.
[Android] Strange colors with disabled android control #16 (fixed).
[Android] Blue color on first and third control #19 (fixed).
[Android] SegmentedControlOption are getting duplicated on android rotation #23 (fixed).
[Android] TintColor not getting set #26 (fixed).
[Android] Segment Text Misaligns when page is left, returned to #30 (fixed).
1.2.4
[Android] #14 IsEnabled has no effect on Android (fixed)
1.2.3
[Android] #14 IsEnabled has no effect on Android (fixed)
1.2.2
[Android] Adding SelectedTextColor property to match iOS control behavior
[Android] Fixing bug #11 Invalid cast exception. Android platform
1.2.1
[Android] Matching tint color behavior with iOS control