如何用鼠标选择 Metro 列表视图项而不调用它?
这个问题是关于 Windows 8 Metro UI 的 listview
的。
在将 selectionMode
设置为 single
的 listview
中,您可以向下拖动项目(在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己的问题,因为我刚刚收到微软的回复。
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.