![]() |
Scrolling - Printable Version +- Playnite Forums (https://playnite.link/forum) +-- Forum: Development (https://playnite.link/forum/forum-10.html) +--- Forum: Themes (https://playnite.link/forum/forum-9.html) +--- Thread: Scrolling (/thread-833.html) |
Scrolling - tillaz87 - 10-12-2021 Hey, Is there a way to change the way scrolling is hanndled? For exmple making it scroll by intervals of the item hight? (boxfront etc) so you never have half cut off box art in the grid? same way kodi handles scrolling. Looks so much cleaner and polished in fullscreen mode. I have made a theme on kodi in wanting to port over (well the layouts for AEL) but the scrolling thing is putting me off as it wouldnt look right. Thanks. Edit: This post explains what I'm asking a lot better RE: Scrolling - Crow - 10-12-2021 Scrolling where? You need to specify what lists you are talking about. But no, generally you can't change how scrolling works just in xaml. You can change some scrolling options, but those are directly tied to list virtualization, which affects performance. Any specific scrolling behavior changes must be done in code behind. RE: Scrolling - tillaz87 - 10-12-2021 Grid view where the games are shown. mainly in fullscreen mode im talking about. RE: Scrolling - Crow - 10-13-2021 Fullscreen mode already scrolls by items, at least in Playnite 9. RE: Scrolling - tillaz87 - 10-18-2021 Video my kodi theme scrolling please see video. there is never cut off box art at the top or bottom its always full 3 rows no cut off boxart like in playnite playnite scrolling of games cut off art So my qestion is it possible to have scrolling of games like in kodi? It looks so much cleaner and polished. Its my only problem. RE: Scrolling - Crow - 10-18-2021 Those are there to show that it's possible to scroll to more items. I think this is a matter of opinion I personally prefer it this way, but if you want, you can open feature request of GitHub to add an option to hide those. RE: Scrolling - tillaz87 - 10-18-2021 (10-18-2021, 03:53 PM)Crow Wrote: Those are there to show that it's possible to scroll to more items. I think this is a matter of opinion I personally prefer it this way, but if you want, you can open feature request of GitHub to add an option to hide those. Would be great if it could be an option. I would open a feature request but i have no idea how to explain what im talking about ![]() RE: Scrolling - Crow - 10-18-2021 I opened it https://github.com/JosefNemec/Playnite/issues/2568 RE: Scrolling - tillaz87 - 10-18-2021 (10-18-2021, 05:28 PM)Crow Wrote: I opened it https://github.com/JosefNemec/Playnite/issues/2568 Thank you. |