在WPF中配置ListBox,以便我可以在不按住CTRL键的情况下选择多个项目
我有一个列表框,允许用户选择多个项目。通常用户可以通过按住 CTRL 键并单击他或她想要选择的项目来完成此操作。
是否可以配置此列表框,以便用户在选择项目时不必按住 CTRL 键?这样他或她只需单击该项目(不持有任何东西)即可选择该项目(如果之前已选择,则取消选择)?
谢谢
I have a Listbox that allows user to select multiple items. Normally user can do that by holding CTRL key and clicking the item he or she wants to select.
Is it possible to configure this listbox so that the user will not have to hold the CTRL key when selecting items ? So that he or she will just click the item (without holding anything) and the item will be selected(diselected if it was selected previously) ?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
MSDN:
Use
From the MSDN: