You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
I will hard-code RadioButtonGroup.SelectedValue="A" instead, is it supposed to check the correspondent RadioButton value or not? because actually it is not. is it the fact that Selection is declared as an object and not a string?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Since I think
RadioButtonGroup.SelectedValue
is not documented yet, if in this xamlXamarin.Forms/Xamarin.Forms.Controls/GalleryPages/RadioButtonGalleries/RadioButtonGroupBindingGallery.xaml
Line 12 in 2a97a6c
RadioButtonGroup.SelectedValue="A"
instead, is it supposed to check the correspondentRadioButton
value or not? because actually it is not. is it the fact that Selection is declared as an object and not a string?Xamarin.Forms/Xamarin.Forms.Controls/GalleryPages/RadioButtonGalleries/RadioButtonGroupBindingGallery.xaml.cs
Line 46 in 2a97a6c
<x:Object..
without success.In other words, we can set which
RadioButton
of the group is initially checked:Or
Beta Was this translation helpful? Give feedback.
All reactions