SegmentedControl.FormsPlugin
1.3.0
See the version list below for details.
dotnet add package SegmentedControl.FormsPlugin --version 1.3.0
NuGet\Install-Package SegmentedControl.FormsPlugin -Version 1.3.0
<PackageReference Include="SegmentedControl.FormsPlugin" Version="1.3.0" />
<PackageVersion Include="SegmentedControl.FormsPlugin" Version="1.3.0" />
<PackageReference Include="SegmentedControl.FormsPlugin" />
paket add SegmentedControl.FormsPlugin --version 1.3.0
#r "nuget: SegmentedControl.FormsPlugin, 1.3.0"
#:package SegmentedControl.FormsPlugin@1.3.0
#addin nuget:?package=SegmentedControl.FormsPlugin&version=1.3.0
#tool nuget:?package=SegmentedControl.FormsPlugin&version=1.3.0
Segmented Control for Xamarin Forms
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. net9.0-android was computed. net10.0-android was computed. |
| MonoAndroid | monoandroid is compatible. |
| Xamarin.iOS | xamarinios10 is compatible. |
-
- Xamarin.Forms (>= 2.3.4.231)
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 | 668,148 | 1/17/2018 |
| 2.0.0 | 3,029 | 1/14/2018 |
| 1.3.4 | 24,308 | 9/29/2017 |
| 1.3.3 | 10,409 | 9/13/2017 |
| 1.3.2 | 4,619 | 9/1/2017 |
| 1.3.1 | 20,180 | 5/7/2017 |
| 1.3.0 | 1,348 | 5/5/2017 |
| 1.2.4 | 11,308 | 12/16/2016 |
| 1.2.3 | 2,355 | 12/16/2016 |
| 1.2.2 | 1,518 | 12/13/2016 |
| 1.2.1 | 1,372 | 12/11/2016 |
| 1.2.0 | 1,438 | 11/29/2016 |
| 1.1.0 | 3,337 | 8/1/2016 |
| 1.0.0 | 1,649 | 7/29/2016 |
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