简体   繁体   English

如何在Windows App Studio中现有列表页面后插入子列表页面?

[英]How to insert a sub list page after an existing list page in Windows App Studio?

I am exploring Windows app studio , I want to create an app that will display a list of items by category, and each category must have a subcategory, but it looks like that the template does not have subcategories build in. I have choosed "My Products Catalog" template. 我正在探索Windows应用程序工作室,我想创建一个应用程序,该应用程序将按类别显示项目列表,每个类别都必须有一个子类别,但是看起来该模板没有内置子类别。我选择了“我的产品目录”模板。 How to add a new list page after the existing list page? 如何在现有列表页面之后添加新的列表页面? Should I choose a different template? 我应该选择其他模板吗?

The click order must be like this: 1st Category> subcategory> detail page 点击顺序必须是这样的:第一类别>子类别>详细信息页面

A screenshot of the windows app studio template: Windows应用程序工作室模板的屏幕截图: 在此处输入图片说明

Windows App studio currently does not support two level navigation within one section. Windows App Studio当前在一个部分中不支持两级导航。 You can setup something similar adding a "Menu" section for each category. 您可以设置类似的内容,为每个类别添加一个“菜单”部分。 In the menu you can add some sub-sections that can map to your sub-categories. 在菜单中,您可以添加一些子区域,这些子区域可以映射到您的子类别。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Windows Phone 8中插入数据库后刷新页面以考虑更改? - How to refresh a page to consider changes after an insert into the database in Windows Phone 8? 如何在Windows Phone 8.1 RT中将联系人添加到我的应用程序联系人商店后获取所有联系人列表? - How to get all contacts list after adding contact to my app contact store in Windows Phone 8.1 RT? 如何以编程方式在windows phone 8 app中设置启动页面? - How to set start page in windows phone 8 app programmatically? 如何制作Windows10通用应用程序的可扩展列表? - How to make expandable list for Windows10 Universal App? Windows Phone 8.1开发-从列表中获取数据以在页面上填充答案 - Windows Phone 8.1 Development - Get data from a list to populate answers on a page 如何在visual studio中刷新页面? - how to refresh a page in visual studio? 单击时列出视图项发送到另一页 - List view item on click send to another page 在Windows Universal App的``设置&#39;&#39;页面中使用Windows.Storage - Using Windows.Storage in settings page in Windows Universal App 试图通过清单 <object> 从一页到另一页 - Trying to pass a list<object> from a page to an other 如何指定“导航页面”,即我希望我的应用程序在Windows Phone 8.1中开始的页面? - How do I specify the “Navigation Page”, i.e. the page I want my app to start with in Windows Phone 8.1?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM