Is it possible? Seems there's only resizeColumnsToContents, no resizeRowsToContents like in QTableView :/ If I really must create my own rowDelegate to do this, is there some way of getting access to the default row delegate, so that I can selectively override just the height property? Thanks in advance, Elvis