Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ComboBoxwhenIntegralHeight属性的默认最大下拉高度是true多少?
ComboBox
IntegralHeight
true
当我ComboBox使用默认样式添加 30 个项目时(
IntegralHeight=True
和
DropDownHeight=106
),滚动条不会显示在组合框中。但是当添加 35 个项目时,会显示滚动条。
那么默认的最大下拉高度是ComboBox多少?
默认下拉高度为106.
106
当您设置 IntegralHeight=True时,项目大小会在项目大小增加时发生。
您可以通过根据您的要求增加其字体大小来增加下拉菜单的高度。