Setting the Height of a ComboBox Control
.NET Framework 1.1 does not provide a way to change the height of a combobox control. This can be achieved by sending CB_SETITEMHEIGHT
with −1 as index to the combobox control:
Usage:
.NET Framework 1.1 does not provide a way to change the height of a combobox control. This can be achieved by sending CB_SETITEMHEIGHT
with −1 as index to the combobox control:
Usage: