EgtCAM5 :

- Migliorie varie.
This commit is contained in:
Emmanuele Sassi
2016-07-18 12:44:34 +00:00
parent edd43d516d
commit 447ad8aec5
2 changed files with 5 additions and 2 deletions
@@ -22,8 +22,8 @@
<Button Content="New Positioning" Command="{Binding NewPositioningCommand}" Height="40"/>
<Button Content="Cancel Operation" Command="{Binding CancelOperationCommand}" Height="40"/>
</UniformGrid>
<ListBox IsSynchronizedWithCurrentItem="True" ItemsSource="{Binding OperationList}" SelectedItem="{Binding SelectedOperation}"
MaxHeight="400" x:Name="OperationList" IsEnabled="{Binding IsEnabledOperationList}">
<ListBox IsSynchronizedWithCurrentItem="True" ItemsSource="{Binding OperationList,Mode=OneWay}" SelectedItem="{Binding SelectedOperation,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
MaxHeight="200" x:Name="OperationList" IsEnabled="{Binding IsEnabledOperationList}">
<ListBox.ItemTemplate>
<DataTemplate>
<Grid>