Customizing Layout / Position of RadioButton Without RadioButtonGroup

Nathan Sokalski 4,126 Reputation points
2024-09-27T18:59:44.78+00:00

I want the layout of my app to have several RadioButton(s) that are arranged in very unusual ways, there are other View(s) in the layout that make RadioButtonGroup inappropriate because it would contain many other View(s) and be hard to layout. I am aware that I can manually implement all the events and other things normally done automatically by RadioButtonGroup, but I was wondering if there was a more efficient way that would allow me to layout all my RadioButton(s) individually but still associate them with each other. Any suggestions?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,344 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,879 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.