Plugin.SegmentedControl icon indicating copy to clipboard operation
Plugin.SegmentedControl copied to clipboard

Results 18 Plugin.SegmentedControl issues
Sort by recently updated
recently updated
newest added

Is there any plan to provide support in .Net MAUI?

I am using Plugin.SegmentedControl in an iOS/Android/UWP app. While the app is running, I need to change the colors of the segmented control. Here is the code: if (Utility.NightVision) {...

bug

When setting the SelectedItem property of SegmentedControl the correct SelectedSegment with (SegmentedControlOption.)Item equal to SelectedItem is not selected. Now it really hurts databinding scenario. In my case, I have 3...

bug

version 4.1.0, android emulator 9, compile target android 9 ![image](https://user-images.githubusercontent.com/26199529/62598165-e5061e00-b901-11e9-8f71-e282332d31e6.png)

help wanted
Triage

Hello, firstly thank you for your good work. When I implement your plugin to Android height property does not seem correct. If I add `HeightRequest="30"` It seems good. Thank you...

help wanted
Triage

I set the width to fit the App.ScreenWidth. When selecting a segment the text gets aligned to the start : first: ![image](https://user-images.githubusercontent.com/35228746/64684220-fef8ca80-d484-11e9-96c6-77a366e302ad.png) then: ![image](https://user-images.githubusercontent.com/35228746/64684179-ed172780-d484-11e9-8dc4-cbe799becdc6.png) This is the control xaml code:...

Triage

I have updated my android platform project to use AndroidX, targeting API29. If I reference 5.0.2 of this library, everything builds and runs without any problem. Once I update to...

I'm having trouble with some kind of minimum width restraint on UWP. If I make the control narrow enough, the alignment of the text in each segment looks off because...

enhancement
feature request

Hello friends, First, thank you so much for this awesome plugin for Xamarin.forms. I have a simple question: Anybody tried to load a content view for each segment? I have...

When using SegmentedControl on a xaml page, rendering is correct on all platforms (iOS/Android). If I dynamically create a control and add it to a layout: ``` var seg =...