79625518

Date: 2025-05-16 15:42:44
Score: 1
Natty:
Report link

The correct solution would be to use an list of "cars" objects and use one of their public properties (Name/Title)

Of course the car list needs to be marked public

<Picker x:Name="Picker"
    Title="Select a Car"
    ItemsSource="{Binding cars}"
    ItemDisplayBinding="{Binding Name}"
    Grid.Column="0"/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andru