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.
プロパティがのComboBoxときのデフォルトの最大ドロップダウン高さは?IntegralHeighttrue
ComboBox
IntegralHeight
true
ComboBoxデフォルトのスタイルで30個のアイテムを追加しているとき(
IntegralHeight=True
と
DropDownHeight=106
)、スクロールバーはコンボボックスに表示されません。しかし、35項目追加するとスクロールバーが表示されます。
では、デフォルトのドロップダウンの最大高さはComboBox?
デフォルトのドロップダウンの高さは106です。
106
を設定する IntegralHeight=Trueと、アイテムのサイズが大きくなったときにアイテムのサイズ変更が行われます。
必要に応じてフォントサイズを大きくするだけで、ドロップダウンの高さを増やすことができます。