<Page
x:Class="MutiViewInRootPage.AppShell"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:MutiViewInRootPage"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:control="using:MutiViewInRootPage.Controls"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<DataTemplate x:Key="NavMenuItemTemplate" x:DataType="local:NavMenuItem">
本土退出:NavMenuItem不退出namspaceSplitViewTemplate,所以我得到的錯誤是不以命名空間
<control:NavMenuListView x:Name="NavMenuList"
Grid.Row="1"
ItemsSource="{x:Bind NavList}"
ContainerContentChanging="NavMenuItemContrinerContentChanging"
ItemInvokded="NavMenuList_ItemInvoked"
ItemTemplate="{StaticResource NavMenuItemTemplate}"/>
控制:NavMenuListView不退出...命名空間。在https://github.com/jamesmcroft/Windows-Universal-SplitViewTemplate/tree/master/AppTemplate
基地,我做到了如SplitViewTemplate但不退出...命名空間。 我無法解決這個問題。
在鏈接的存儲庫中沒有提及'NavMenuListView'。 –
基於樣本,我自己寫。所以我把不同的名字,但代碼是相同的。 –