- GitHub
- Stackoverflow
Код: Выделить всё
ItemDisplayBinding="{Binding Name}"
ItemsSource="{Binding ServiceConnections}"
SelectedItem="{Binding SelectedConnection}"
TextColor="{StaticResource White}"
TitleColor="LightGray"
Title="{OnPlatform iOS='Select an environment...',
Android='Select an environment...',
WinUI='Select an environment...'}" />
Код: Выделить всё
x:Name="pickerFilter"
Grid.Column="1" ios:Picker.UpdateMode="WhenFinished"
ItemDisplayBinding="{Binding Name}"
ItemsSource="{Binding Filters}"
SelectedIndexChanged="pickerFilter_SelectedIndexChanged" />
Подробнее здесь: https://stackoverflow.com/questions/789 ... ui-project
Мобильная версия