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 has been archived by the owner on Jun 19, 2024. It is now read-only.
When I click on entry it moves to the last slide and doesn't allow me to enter number.
<ContentPage.BindingContext>
<viewmodel:FacilityQuestionsViewModel x:Name="ViewModel"/>
</ContentPage.BindingContext>
<ContentPage.Resources>
<buttons:SfRadioGroup BindableLayout.ItemsSource="{Binding OptionsCollection}"
FlowDirection="RightToLeft"
HorizontalOptions="StartAndExpand">
<BindableLayout.ItemTemplate>
<buttons:SfRadioButton HorizontalOptions="StartAndExpand"
TextColor="Black" Text="{Binding .}"
FontFamily="{StaticResource ShabnamFontFamily}"/>
</BindableLayout.ItemTemplate>
</buttons:SfRadioGroup>
/>
</CarouselView.ItemsLayout>
The text was updated successfully, but these errors were encountered: