The source project of this merge request has been removed.
Scroll ImageListView with selection
When an image is selected in the ImageListView, and then arrow keys are used to change the selection, it is possible for the selection to go out of view. This makes it hard for the user to know what image is selected, without manually scrolling the widget. This MR simply adds an auto scroll when the selection is changed so that the selection is always in view.
I also added the .vscode
directory to the gitignore, since I don't want my workspace config files included.