Combobox height

BlitzMax Forums/MaxGUI Module/Combobox height

JoshK(Posted 2009) [#1]
No matter what height I pass to the create function, it is the same height. I know there is a Windows message that will adjust this, but I forgot what it is?


JoshK(Posted 2009) [#2]
FOund it:
SendMessageA(QueryGadget(g,QUERY_HWND),CB_SETITEMHEIGHT,-1,20-5);