|
@@ -16,7 +16,7 @@
|
|
|
<Grid
|
|
|
HorizontalAlignment="{Binding IsInput, Converter={converters:BoolToValueConverter FalseValue='Right', TrueValue='Stretch'}}">
|
|
|
<TextBlock VerticalAlignment="Center" ui:Translator.Key="{Binding DisplayName}" />
|
|
|
- <ComboBox HorizontalAlignment="Right" MinWidth="100" IsVisible="{Binding ShowInputField}"
|
|
|
+ <ComboBox PointerPressed="InputElement_OnPointerPressed" HorizontalAlignment="Right" MinWidth="100" IsVisible="{Binding ShowInputField}"
|
|
|
SelectedIndex="{Binding SelectedIndex, Mode=TwoWay}" ItemsSource="{Binding Values}">
|
|
|
<ComboBox.ItemTemplate>
|
|
|
<DataTemplate>
|