chrispellett / Xamarin-Forms-SegmentedControl

An example for how to implement a cross platform segmented control for iOS and Android using Xamarin Forms
MIT License
39 stars 24 forks source link

Deselect all elements and databinding ? #3

Open stephenhauck opened 8 years ago

stephenhauck commented 8 years ago

So I tried to set the SelectedValue property to string.empty to clear all selections but that didn't seem to work.

Also, I tried to databind to a field in the XAML, it seems if the value is null it crashes....any suggestions?

Thanks

acaliaro commented 7 years ago

@stephenhauck have you found a solution to use this control with databindings?