如何在Cortana列表中显示10个以上的图块

时间:2016-09-21 07:12:05

标签: uwp cortana

如何在VoiceCommandContentTile中显示10个以上的图块? 我想是否可以创建一个磁贴,如果我总共有20个磁贴,LaunchArgument可以打开11-20的列表的第二页。 知道怎么做吗?

1 个答案:

答案 0 :(得分:0)

            if (selectedRes.SelectedItem.AppLaunchArgument == "more")
            {

                await CortanaList();                    
            }

发现并不难。  1.仅装载4或9个瓷砖  2.列出项目是更多瓷砖按钮  3.再次捕获AppLaunchArgument并返回方法