I am using a class that is the descendant of CCombo Box. How can I set the maximum allowable width of its drop down list?
What I concluded from internet surfing is that there is no such method in CCombo Box class. Someone please help me in this regard.
Thanks in advance.
CComboBox::SetDroppedWidth
:The function is supposed to send
CB_SETDROPPEDWIDTH
message to the control window.