Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

XAML Markup for Picker to modify display text

$
0
0

I currently have a Picker in xaml and it is bound to a data source. (I use the BindablePicker control, just a wrapper on top of the regular picker to get the data binding working).


This works fine but what is the markup to change how the text is displayed on the picker? At the moment my picker just shows a list of

MyNamespace.MyClass.MyObject etc. all the way down. How do I get it to show the Name property of that object?


Viewing all articles
Browse latest Browse all 58056

Trending Articles