如何用鼠标选择 Metro 列表视图项而不调用它?

发布于 2024-12-26 15:57:57 字数 354 浏览 0 评论 0原文

这个问题是关于 Windows 8 Metro UI 的 listview 的。

在将 selectionMode 设置为 singlelistview 中,您可以向下拖动项目(在 gridLayout 中)或拖动到向右(在 listLayout 中)稍微移动一下,然后松开以选择该项目。

但是,如何使用鼠标选择 listview 项目而不调用它?我尝试右键单击,这会触发我的应用程序中的应用程序栏,但在开始屏幕中,右键单击图块将触发选择。我如何在我的应用程序中实现这一点?

This question is about Windows 8 Metro UI's listview.

In listview with selectionMode set to single, you can drag an item down (in a gridLayout) or to the right(in a listLayout) a little bit and release to select the item.

However, how do I select an listview item with mouse without invoking it? I tried right click, which triggers a app bar in my application, but in the start screen, a right click on a tile will trigger a selection. How do I make that happen in my application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半世蒼涼 2025-01-02 15:57:58

回答我自己的问题,因为我刚刚收到微软的回复。

http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/45859830-c12f-4d14-9090-41403e1ddae3

您可以使用 Ctrl+左键单击选择一个项目。

如果您发现选择行为与开始菜单不同,回复还表示这是一个已知问题,可能会在未来版本中更改。

Answering my own question as I just get a response from Microsoft.

http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/45859830-c12f-4d14-9090-41403e1ddae3

You can use Ctrl+left-click to select an item.

If you are finding the selection behavior differ from the start menu, the reply also says that is a known issue and may be changed in the future release.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文