How to customize the Combobox dropdown list?
Posted
by lp
on Stack Overflow
See other posts from Stack Overflow
or by lp
Published on 2010-03-24T12:10:17Z
Indexed on
2010/03/24
12:13 UTC
Read the original article
Hit count: 176
I have created a Combo box using HIComboBoxCreate(). When I have a long string in the dropdown list, it goes beyond the screen and the starting of the string is not visible. I want the string to be truncated with ellipsis in such a case. I have looked into the ComboBox attributes but couldn't find any that I can use to set this. I'm ready to write some extra code to do this, but I'm not sure if it possible. Can someone please help?
© Stack Overflow or respective owner