@@ -22,6 +22,10 @@
<Style TargetType="{x:Type Expander }">
</Style>
+
+ <Style TargetType="{x:Type ScrollViewer }">
+ </Style>
</ResourceDictionary>
</Application.Resources>
</prism:PrismApplication>
@@ -7,7 +7,7 @@
Height="240" Width="280">
<Grid>
- <Grid >
<Grid.InputBindings>
<MouseBinding MouseAction="LeftDoubleClick" Command="{Binding DoubleClickCommand}" CommandParameter="{Binding ElementName=txtName}">
</MouseBinding>
@@ -51,7 +51,6 @@
<TextBlock Margin="0,10,0,0" Style="{StaticResource NormalTextBlockStyle}" x:Name="txtDeviceCount" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Left"/>
<TextBlock Margin="0,10,0,0" Style="{StaticResource NormalTextBlockStyle}" x:Name="txtNoTestCount" Grid.Row="3" Grid.Column="1" HorizontalAlignment="Left"/>
</Grid>
-
- </Grid>
</UserControl>
@@ -59,7 +59,7 @@
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
- <UniformGrid x:Name="gridPic" Columns="3" Rows="{Binding RowsCount}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
+ <UniformGrid x:Name="gridPic" Columns="3" Rows="{Binding RowsCount}" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
<ListBox.Template>