I use a transition to ‘move’ an item from an image into a ListView as the top entry. I want the item to be viewable as it moves into the ListView, so the ListView must have crop set to false.
As the item moves across, I have another transition that moves the list down in the LisView to clear a space at the top as a final resting place for the moving item. It works great.
However, once the ListView is full of entries, as it scrolls down during the transition, the bottom item scrolls down, out of the ListView until finally it disappears off the bottom of the screen. I want it to be cropped within the ListView rectangle and setting crop to true would fix it, but then the fist transition would be cropped too.
I can’t think of a way to not crop items entering into a ListView but to crop ones scrolling out of the bottom.
Does anyone have any ideas please that uses usual QML rather than overly complex api calls to shaders or whatever?
I’ve tried to add an image as per the Forum Guide, but it doesn’t work in preview so probably won’t now.
Alternate link to image [imgur.com]
↧