0
How do I place an image on the right side of the Picker
(Dropdownlist) so that you can differentiate from other fields Entry
, to have an appearance of a selection object ?
<Picker x:Name="picTpEndereco" HorizontalOptions="FillAndExpand" Title="Tipo de Endereço" SelectedIndex="{Binding EndTipo}">
<Picker.Items>
<x:String>Comercial</x:String>
<x:String>Residencial</x:String>
<x:String>Outro</x:String>
</Picker.Items>
</Picker>