Retiled
Retiled copied to clipboard
The scrollbar for the All Apps list (and some other things; an option to display one on the Start screen may be a good idea for accessibility so it's easier to scroll) can use something like `opacity: active ? 1 : 0` so it's not always visible.
Got the idea from the code in this comment: https://forum.qt.io/topic/72714/move-qml-listview-via-buttons/6?_=1676794046412&lang=en-US
We need to keep this open for now because the scrollbar doesn't only show up when it's needed then disappear as soon as possible. I don't know how to make it do that.