This seems more like a hack than a fix. contentItem.implicitHeight wasn't being updated properly ('twas set to 0), so we have to force it with void contentItem.implicitHeight.
contentItem.implicitHeight
void contentItem.implicitHeight
BUG: 476021