Multiple Selection on ComboBox

Hi, i looked in the forum but all i can find is how to make a combo box not have the ability to write your own text.

I am looking for some help, i have a combo box that shows a dropdownlist of every active part number in the part table in a UD table. What i am trying to do is how can i make the dropdown able to select multiple parts at once. I can only select one part at a time right now. I am on vanage 8.0340C

A combobox only allows selecting one item, if you want to select multiple items you’ll need a listbox

1 Like

Thanks Jose. We are in Vantage 8.03.409C. I dont see a listbox option. Is that a newer version availability?

You got to go DIY on this one for the most part use the System.Windows.Controls.ListBox

Ok thanks Jose! Appreciate the quick help!