Is it possible to have 2 fields in Picker
? Today I have a Category listing and would like to be able to put the Category Code up front.
TheXAMLcodeforPicker
:
<Pickerx:Name="pckCategoria"
Title="Selecione uma Categoria"
ItemDisplayBinding="{Binding CATEGORIA}"
FontSize="Small"
Margin="10, 0, 10, 0">
</Picker>
If it is not possible to bring the two contents in picker
I can simply receive the Category Code when a Category is selected also, it would already be an exit, but so far I have not been able to do it, answer.