See attached image.
I'm creating a ListPicker from an ObservableCollection<Foo>, where Foo is a ViewModel class and I'm overriding ToString() on it.
Comments:
I'm creating a ListPicker from an ObservableCollection<Foo>, where Foo is a ViewModel class and I'm overriding ToString() on it.
Comments:
Closing as the proper way to handle this is via the FullModeItemTemplate. We are unable to ship a "default" template with sizes because that would require knowing which of your data to bind to.