ListBox: variable height rows

With a listbox with custom components, is there a way to change the height of a row? I want rows that expand and collapse when clicked on. Any easy way to do that?

No, the row heights are fixed in a listbox… You could do it with a treeview, maybe?