I icelake Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-16 #1 如何构造在ComboBox的下拉列表中出现类似TreeView界面的控件
S SDEAST Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-16 #2 使用combobox的OnDrawItem事件,看看delphi的帮助
9 940801 Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-16 #3 根据你的用途,有两种方法 1。参考 TListComboBox,我没有,网上有,你去查查吧,这种方法是用 TEdit + TTreeView 来实现 比较复杂 2。参考 TShellComboBox(D6 带的),这种方法是做一个看起来象 TreeView 的 ComboBox 简单一些
根据你的用途,有两种方法 1。参考 TListComboBox,我没有,网上有,你去查查吧,这种方法是用 TEdit + TTreeView 来实现 比较复杂 2。参考 TShellComboBox(D6 带的),这种方法是做一个看起来象 TreeView 的 ComboBox 简单一些
Y yyanghhong Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-17 #4 office VCL component set
0 0738 Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-17 #6 是啊,好多现成的构件都有此功能,而且都有源码,DevExpress,1stClass都有的