本文介绍了组合框自动完成 - DROPDOWNLIST的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 每个人都忽略了这一点 - 我们需要的是一个组合框自动完成 只是一个下拉列表。在下拉模式下,您可以输入文本 - ,使自动完成功能变得微不足道。但是当你看多年前的组合框控件 时,他们会在下拉列表模式下自动完成。如果你看看看看智能感知,这正是发生的事情,显然.net 框架可以做到这一点。 非常感谢任何帮助。 Bernie YaegerEveryone misses the point on this - what we need is a combobox autocompletethat is a dropdownlist only. When in dropdown mode, you can enter text -making that autocomplete is trivial. But when you look at combobox controlsfrom years ago, they would autocomplete in dropdownlist mode. And if youlook at intellisense, this is exactly what happens, so obviously the .netframework can do it.Any help would be much appreciated.Bernie Yaeger推荐答案 如果我很了解你,为什么不通过将它设置在 组合框模式中并在用户选择 项目时做一个findtringexact来使它成为你自己的。 当它不在组合框中时你可以忽略它,甚至 用一条消息忽略它。 也许这有帮助,只需一试? CorIf I understand you well, why than not make it your own by setting it incombobox mode and doing a findstringexact when the user has selected anitem.When it is not already in the combobox you can just ignore it, or evenignore it with a message.Maybe this helps, just a try?Cor 这篇关于组合框自动完成 - DROPDOWNLIST的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-23 12:31