Hello,
I've been reading the docs and I'm pretty sure that the answer is 'No', but a confirmation never hurt anybody
Is it possible to expand/collapse sessions in a ListView in QtQuick 2.0?
I have a nested list inside my delegate to achieve the result but I thought that if a single list can do the trick, I should save the overhead of having another one.

Thanks!