本文介绍了Winforms-多选下拉列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在四处寻找一个下拉列表控件,允许我选择多个项目。类似于CheckedListbox,但采用下拉列表形式(我不希望它占据屏幕的很大一部分)。目前,我非常确信没有内置的.NET控件。
I'm shopping around for a dropdown list control that allows me to select multiple items. Something akin to the CheckedListbox, but in dropdown list form (I don't want it to take up a big chunk of the screen). At this point I'm pretty convinced there is no such control built-in .NET.
请注意,这是Winforms,而不是ASP.NET。有建议吗?
Note this is Winforms, not ASP.NET. Any suggestions?
推荐答案
在CodeProject上查看此项目:
Check out this project on CodeProject:
- CheckBox ComboBox Extending the ComboBox Class and Its Items
这篇关于Winforms-多选下拉列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!