Hello my dear friends, please ask my question:
How can i do that Focused Color not clearing after two, four, six click on element?
1:
2:
3:
4:
and..........
<controls:SelectionView HorizontalOptions="Fill"
SelectionType="Button"
ColumnNumber="2"
ColumnSpacing="20"
SelectedIndex="1">
<controls:SelectionView.ItemsSource>
<x:Array Type="{x:Type x:String}">
<x:String>30 МИНУТ</x:String>
<x:String>ПОСТОЯННЫЙ</x:String>
</x:Array>
</controls:SelectionView.ItemsSource>
</controls:SelectionView>
Hello my dear friends, please ask my question:
How can i do that Focused Color not clearing after two, four, six click on element?
1:
2:
3:
4:
and..........