本文介绍了Windows Mobile,如何重写ComboBox?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们知道,ComboBox的下拉列表的大小是固定的,因此我想将listview或datagrid放入组合框的下拉列表中.
但是我发现Windows.Forms.dll中不包含ToolStripControlHost和ToolStripDropDown.
那我该怎么办?请帮我 !
非常感谢.
As we know, the size of the dropdownlist of the ComboBox is fixed, so I want to put a listview or datagrid into the droplist of the combobox.
But I found the ToolStripControlHost and ToolStripDropDown are not included in the Windows.Forms.dll.
So what can I do? Please Help me !
Thank you very much.
推荐答案
这篇关于Windows Mobile,如何重写ComboBox?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!