So i found a solution. In MyForm_Load i put the following line of code.
this->comboboxCharacters->DropDownHeight = this->comboboxCharacters->ItemHeight * 8;
this shows only 8 elements at a time and has a scroll bar.