I building an app for wich I need a combobox with columns.

When programming in VB I can give a number of columns. The result is a kinf of combogrid without lines.

I already tried to use a tabel or spans to create this effect, but it didn't work. The table is show outside the dropdownbox and the span is ignored.

Anybody have any idea???