Is it possible to have a select box in a column list without having to put the label on it. The label completely destroys the row in the list. An empty string still destroys the layout.
Basically I’d like to print the row as a single line with the select box in line with the other widgets.
Unfortunately I’m dynamically creating the list and it can sometimes be quite long. The extra space looks terrible and creates a lot of extra scrolling.