Quote Originally Posted by gadnio
another solution:
if ( list_view->lastChild() )
list_view->ensureItemVisible( list_view->lastChild() );
If you take a look at my initial post, I did try ::ensureItemVisible. However, that bogged down well before the 9000 children mark.