Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin : Segmented Control for windows uwp

How can I make a custom renderer for Segmented Control in windows UWP. I followed this link to custom render the segmented control in IOS and android. But I couldn't find anything for windows UWP. Can anyone provide any resource in this or is there any alternate way of doing this similar to segmented control in windows UWP.

enter image description here

like image 449
Himanshu Dwivedi Avatar asked Jun 08 '26 02:06

Himanshu Dwivedi


2 Answers

I found the Solution myself.

I recently found a nuget package FreshEssentials. It has the implementation of segmented button group. Follow this github link to find the implementation. It is easy to use.

like image 92
Himanshu Dwivedi Avatar answered Jun 10 '26 16:06

Himanshu Dwivedi


There is a Xamarin Forms cross platform library now that does this.

enter image description here

Plugin Segmented Control for .NET Standard

like image 21
1iveowl Avatar answered Jun 10 '26 17:06

1iveowl