WPF 组合框搜索项
有什么方法可以控制通过按键选择组合框中的项目时使用的间隔大小。例如,组合框包含 {"12,"2}:
按下 1 并快速按下 2。选择列表中的第一项。 按 1,等待几秒钟,然后按 2。选择第二个项目。
我想控制这个间隔,这样情况2更有可能选择 第一项..
问候, 弗雷德里克
Is there any way to control the size of the interval, that is used when selected an item in a combobox via keystrokes. E.g. a combox contains {"12,"2}:
Pushing 1 and quickly 2. Selects the first item in the list.
Pushing 1, wait a few seconds, push 2. Selects the second item.
I would like to control this interval, such that case 2 is more likely to select
the first item..
Regards,
Fredrik
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这种行为受私有财产管辖,我怀疑你可以改变它。
正如您所看到的,这实际上取决于系统的 Doubleclick-Time。
This behavior is governed by a private property, i doubt that you can change it.
As you can see this is actually dependent on the system's Doubleclick-Time.