本文介绍了VB6:扩展组合框中的项数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法扩展出现在VB6组合本机控件中的项目数量,当它下降?
Is there a way to extend the number of items that appear in the VB6 combo instinsic control, when it drops down? I have about 10 items and I'd like to show them all.
推荐答案
Karl Peterson的经典VB网站上的代码会自动调整组合框以匹配元素数量:
This code at Karl Peterson's classic VB website will automatically size the combo box to match the number of elements:
这篇关于VB6:扩展组合框中的项数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!