Remove duplicated RadioButtons page#2102
Remove duplicated RadioButtons page#2102Zakariathr22 wants to merge 3 commits intomicrosoft:mainfrom
RadioButtons page#2102Conversation
- Moved the example from the RadioButtons page to the RadioButton page - Removed the redundant RadioButtons page - Updated ControlInfoData.json accordingly - Removed RadioButtons.png from assets
niels9001
left a comment
There was a problem hiding this comment.
I wonder why we had this in the first place. Probably because RadioButtons was added later on?
Anyways, great work! Tested, and approved!
|
/azp run |
1 similar comment
|
/azp run |
marcelwgn
left a comment
There was a problem hiding this comment.
I think we should converge into the RadioButtons page instead of RadioButton. There are very little use cases for the RadioButton control (without s), you would probably almost always use a RadioButtons control. Before RadioButtons, RadioButton was the only option and it did some grouping via key logic and walking the tree (iirc), but now thats no longer necessary. RadioButtons is the easier and better option for most scenarios.
| "ApiNamespace": "Microsoft.UI.Xaml.Controls", | ||
| "Subtitle": "A control that allows a user to select a single option from a group of options.", | ||
| "ImagePath": "ms-appx:///Assets/ControlImages/RadioButton.png", | ||
| "Description": "Use RadioButtons to let a user choose between mutually exclusive, related options. Generally contained within a RadioButtons group control.", |
There was a problem hiding this comment.
| "Description": "Use RadioButton controls to let a user choose between mutually exclusive, related options. Generally contained within a RadioButtons group control.", |
To differentiate between the two very different items
@marcelwgn, should it be in the controls section or the layouts section? |

Description
Main changes are;
Motivation and Context
How Has This Been Tested?
Manually tested
Screenshots (if appropriate):
Types of changes