Plugin.SegmentedControl
Plugin.SegmentedControl copied to clipboard
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) {...
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...
version 4.1.0, android emulator 9, compile target android 9 
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...
I set the width to fit the App.ScreenWidth. When selecting a segment the text gets aligned to the start : first:  then:  This is the control xaml code:...
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...
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 =...