Does xamarin.forms RadioButton work with xamarin.mac macOS app project ?

Eigil Krogh Sorensen 76 Reputation points
2021-05-30T21:33:19.133+00:00

Does xamarin.forms RadioButton work with xamarin.mac ?

(I have an xamarin.forms application that runs in iOS, Android and Windows. It uses RadioButtons (See https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/radiobutton). Will these RadioButtons work in a xamarin.mac project if I add that to the solution? )

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,297 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kyle Wang 5,531 Reputation points
    2021-06-02T06:57:51.5+00:00

    @Eigil Krogh Sorensen MacOS has a renderer for RadioButton here. You can create a demo and see if it has the functionality you needed.

    0 comments No comments