In which event for a ComboBox that has a DrawMode of OwnerDrawVariable is it most appropriate to set the ComboBox’s DropDownHeight?
I am currently setting the DropDownHeight value within the DrawItem event but this seems inefficient.
Edit:
The reason I ask is that I can not get the DropDown window height to be “just right”. It is always a little bit too tall or too short.
Put it in the event DropDown – or override for ComboBox.OnDropDown