Edit C:\Windows\SystemResources\Windows.UI.Search\XAMLTemplates\Web.DcardAlgo_Home_8_1_RTM-ef6b7330.xaml
<!-- Top level layout template for DCard Algo --> <!-- The underlying serp grid has the following cell size in various view modes The number is [item size] + [extra margin] ========================================================= | View Mode | Cell Width | Cell Height | ========================================================= | Horizontal | 400 + 10 | 300 | | Horizontal Large | 400 + 20 | 300 | | Vertical | 490 | 20 | | Verical Large | 630 | 20 | | Vertical Narrow | 320 | 20 | ========================================================= This layout template sets the content control to the following sizes for different view modes The size occupied by the content control is shown below as determined by the row span and column span set on the content control ====================================================================================== | View Mode | Content Width | Content Height | | | [cell width x col span] | [cell height x row span] | ====================================================================================== | Horizontal | 410 x 1 = 410 | 300 x 2 = 600 | | Horizontal Large | 420 x 1 = 420 | 300 x 3 = 900 | | Vertical | 490 x 1 = 490 | 20 x 12 = 240 | | Verical Large | 630 x 1 = 630 | 20 x 25 = 500 = (480 + 20) | | Vertical Narrow | 320 x 1 = 320 | 20 x 12 = 240 | ====================================================================================== --> <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:tm="using:SearchUI.TemplateManager" x:Key="Web.DcardAlgo_Home_8_1_RTM"> <Style x:Key="Horizontal" TargetType="GridViewItem" BasedOn="{CustomResource Resources.Shared.SerpGridViewItem.Suppressed.Horizontal}"> <Setter Property="VariableSizedWrapGrid.ColumnSpan" Value="1" /> <Setter Property="VariableSizedWrapGrid.RowSpan" Value="2" /> </Style> <Style x:Key="HorizontalLarge" TargetType="GridViewItem" BasedOn="{CustomResource Resources.Shared.SerpGridViewItem.Suppressed.HorizontalLarge}"> <Setter Property="VariableSizedWrapGrid.ColumnSpan" Value="1" /> <Setter Property="VariableSizedWrapGrid.RowSpan" Value="3" /> </Style> <Style x:Key="Vertical" TargetType="GridViewItem" BasedOn="{Binding Source={CustomResource Resources.Shared.SerpGridViewItem.Vertical}}"> <Setter Property="VariableSizedWrapGrid.ColumnSpan" Value="1" /> <Setter Property="VariableSizedWrapGrid.RowSpan" Value="12" /> </Style> <Style x:Key="VerticalLarge" TargetType="GridViewItem" BasedOn="{CustomResource Resources.Shared.SerpGridViewItem.Suppressed.VerticalLarge}"> <Setter Property="VariableSizedWrapGrid.ColumnSpan" Value="1" /> <Setter Property="VariableSizedWrapGrid.RowSpan" Value="25" /> </Style> <Style x:Key="VerticalNarrow" TargetType="GridViewItem" BasedOn="{CustomResource Resources.Shared.SerpGridViewItem.VerticalNarrow}"> <Setter Property="VariableSizedWrapGrid.ColumnSpan" Value="1" /> <Setter Property="VariableSizedWrapGrid.RowSpan" Value="12" /> </Style> </ResourceDictionary>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de