MvvmCross / MvvmCross-Tutorials

16 stars 25 forks source link

Added Example of StyledStringElement to Touch #6

Closed brianchance closed 11 years ago

brianchance commented 11 years ago

based on https://github.com/slodge/MvvmCross/issues/402.

I did have an issue with an ambiguous call on bind where the Radio Group was added (between Add(Element) and Add(IEnumerable)). That is why is is moved out, casting the RootElement as an Element made the e.RadioSelected fail.