ltwork 1 éve
szülő
commit
3b8010f51a

+ 4 - 0
BlankApp1/BlankApp1/App.xaml

@@ -22,6 +22,10 @@
             <Style TargetType="{x:Type Expander }">
                 
             </Style>
+
+            <Style TargetType="{x:Type ScrollViewer }">
+
+            </Style>
         </ResourceDictionary>
     </Application.Resources>
 </prism:PrismApplication>

+ 2 - 3
BlankApp1/BlankApp1/Views/BusinessManageView/DeviceTestCardView.xaml

@@ -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>
+  
     </Grid>
 </UserControl>

+ 1 - 1
BlankApp1/BlankApp1/Views/BusinessManageView/ProjectTestView.xaml

@@ -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>