Hi, Like the topic says, it seems the childrenRect of a rowDelegate is always QRectF(0,0,0,0), and not related to the items contained in the row. How can I get access to the max height and max width of the items in a row inside the rowDelegate? I want the row to always take on the height of the items. Elvis