Image inside a combobox ?

thierryg

23-04-2016 14:24:54

Hi !

Is it possible to add a small picture, like an imageBox, inside a combobox item ?

I have a combobox with a lot of texture names.
I would like to add a small preview of each texture beside each name.
It there a way to create this kind of combobox by code : a small image + a name ?

Thanks,
T.

scrawl

25-04-2016 10:09:58

I think you'll need to create your own sub-class of ComboBox to support this. Shouldn't be too difficult though. Add an ImageBox to the skin, then set the image from within the ComboBox sub-class.

thierryg

01-05-2016 08:59:41

Thanks scrawl,

I'll try do to this.

T.