Search code examples
c#xamarin.formsuwpcustom-renderer

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


Solution

  • 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.