PageRow: Fix potential popping of visible pages with popHiddenPages
The PageRow lastItem property binding is not updated yet when the ColumnView visibleItemsChanged signal is emitted.
Manually call the ColumnView for the last item so that we are using up-to-date values.