还空瓶页面添加滚动条
This commit is contained in:
		
							parent
							
								
									446364f451
								
							
						
					
					
						commit
						a62dacfc9e
					
				| 
						 | 
					@ -35,7 +35,7 @@
 | 
				
			||||||
            <Grid.RowDefinitions>
 | 
					            <Grid.RowDefinitions>
 | 
				
			||||||
                <RowDefinition Height="Auto" />
 | 
					                <RowDefinition Height="Auto" />
 | 
				
			||||||
                <RowDefinition Height="50" />
 | 
					                <RowDefinition Height="50" />
 | 
				
			||||||
                <RowDefinition Height="Auto" />
 | 
					                <RowDefinition Height="300" />
 | 
				
			||||||
                <RowDefinition Height="Auto" />
 | 
					                <RowDefinition Height="Auto" />
 | 
				
			||||||
            </Grid.RowDefinitions>
 | 
					            </Grid.RowDefinitions>
 | 
				
			||||||
            <Grid Background="#03a9f4" Grid.Row="0">
 | 
					            <Grid Background="#03a9f4" Grid.Row="0">
 | 
				
			||||||
| 
						 | 
					@ -130,6 +130,10 @@
 | 
				
			||||||
                    <Style TargetType="{x:Type GridViewColumnHeader}" BasedOn="{StaticResource {x:Type GridViewColumnHeader}}">
 | 
					                    <Style TargetType="{x:Type GridViewColumnHeader}" BasedOn="{StaticResource {x:Type GridViewColumnHeader}}">
 | 
				
			||||||
                        <Setter Property="Foreground" Value="White" />
 | 
					                        <Setter Property="Foreground" Value="White" />
 | 
				
			||||||
                    </Style>
 | 
					                    </Style>
 | 
				
			||||||
 | 
					                    <Style TargetType="ScrollViewer">
 | 
				
			||||||
 | 
					                        <Setter Property="HorizontalScrollBarVisibility" Value="Visible"/>
 | 
				
			||||||
 | 
					                        <Setter Property="VerticalScrollBarVisibility" Value="Visible"/>
 | 
				
			||||||
 | 
					                    </Style>
 | 
				
			||||||
                </ListView.Resources>
 | 
					                </ListView.Resources>
 | 
				
			||||||
                <ListView.View>
 | 
					                <ListView.View>
 | 
				
			||||||
                    <GridView   ColumnHeaderContainerStyle="{StaticResource st}">
 | 
					                    <GridView   ColumnHeaderContainerStyle="{StaticResource st}">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue