No. ValueListBox is designed to work with a single value. Therefore, it can be easily used as an editor (from the editor's environment) for a wrapped type. For multiple selection, you can use a ListBox, but AFAIK there is no easy way to use it as an editor (you need to write your own custom editor based on ListBox).
source
share