File "ModernApplications.AppStoreMultiLayout_Landscape_8_1_RP-b260f3f4.xaml"
Full Path: C:/Windows/SystemResources/Windows.UI.Search/XAMLTemplates/ModernApplications.AppStoreMultiLayout_Landscape_8_1_RP-b260f3f4.xaml
File size: 1.71 KB
MIME-type: text/plain
Charset: utf-8
<DataTemplate xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tm="using:SearchUI.TemplateManager"
xmlns:sc="using:SearchUI.Controls"
x:Key="ModernApplications.AppStoreMultiLayout_Landscape_8_1_RP">
<Grid Style="{CustomResource Resources.Shared.SuppressedTopLevelDataTemplateRootStyle}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<sc:ResultGridView Grid.Row="0"
Margin="-4, 0, 0, 0"
Style="{CustomResource Resources.Shared.NoSelectionHorizontalNestedGridViewStyle}"
ItemTemplateSelector="{CustomResource GenericDataTemplateSelector}"
ItemContainerStyle="{CustomResource Resources.Shared.AppStore.AutomationGridViewItemStyle}"
ItemsSource="{Binding Extended:app}">
<GridView.ItemsPanel>
<ItemsPanelTemplate>
<WrapGrid Orientation="Vertical"
ItemWidth="380"
ItemHeight="120" />
</ItemsPanelTemplate>
</GridView.ItemsPanel>
</sc:ResultGridView>
<ContentControl Grid.Row="1"
Margin="10, 10, 0, 0"
Content="{Binding}"
DataContext="{Binding Extended:appButton}"
ContentTemplateSelector="{CustomResource GenericDataTemplateSelector}" />
</Grid>
</DataTemplate>