SetListItemHeight – Change the height of items in a ListBox or ComboBox control
Private Declare Function SendMessage Lib “user32” Alias “SendMessageA” (ByVal _ hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, _ lParam As Any) As LongConst LB_SETITEMHEIGHT = &H1A0Const