SegmentedControl icon indicating copy to clipboard operation
SegmentedControl copied to clipboard

Results 36 SegmentedControl issues
Sort by recently updated
recently updated
newest added

Hi Are there any plans to port this package over to the .NET MAUI framework to replace the Forms version?

I am trying to update the text property but its not updating dynamically

When attempting to dynamically add segments (myControl.Children.Add(new...), the segments to not appear. If I go the other route and create the max number of segments that I could need in...

Hi, Thanks for this controls. When I navigate back from the page (where segmented control is used) the app crashes. **Object reference not set to an instance of an object**...

I am using this plugin for both iOS and Android. I am facing a strang issue for Android. Initially the text on the segments is properly aligned but Value_Changed event...

It seems iOS 13 has new style for this control. I did set another color for tint. XF 4.2 SegmentedControl 2.0.1

Hello, i updated to iOS 13 and can't use the segmentedControl anymore because of the new swipe selection. The problem is that my SegmentedControl is inside a scrollview because i...

I would like to bind to the text of the segments but this is not working.

bug
cantfix

Seems like a error that has affected other libraries as well in the past. Just like this one: https://github.com/aritchie/userdialogs/issues/112 After adding a UWP project to my solution and addint all...

Hello All: I have a user request to make the expanded view text a different color than TintColor Property. Here is my xaml code: I want the text to be...