Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何重新排序(拖放以安排项目位置)在 Windows 8 Metro 应用程序(HTML 5/JavaScript)中列出视图项目,我有一个列表视图并且项目是从 SQLite 数据库绑定的,请分享一些示例代码。
WinJS 中的 ListView 不支持拖放。您不太可能将鞋拔放在顶部。
我建议构建一个替代 UI。如果您的数据足够小(例如,不到几百个项目),您可以只使用标准布局,而不是 listView,并使用来自网络的 HTML 拖放技术。