Playnite Forums
<ListBoxEx - 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: <ListBoxEx (/thread-866.html)



<ListBoxEx - tillaz87 - 10-20-2021

Can changes to <ListBoxEx be made to set hight and width of the game covers in fullscreen mode? Or am I looking in wrong place? I want them set to 140 x 305


RE: <ListBoxEx - Crow - 10-21-2021

It's calculated dynamically based on application settings (number of columns and rows). You would have to use custom panel.


RE: <ListBoxEx - tillaz87 - 10-21-2021

Which xaml file is this in? I'm new to this formant still trying to pick it up as I go along


RE: <ListBoxEx - tillaz87 - 10-29-2021

(10-21-2021, 05:39 AM)Crow Wrote: It's calculated dynamically based on application settings (number of columns and rows). You would have to use custom panel.

Is this handled in FullscreenTilePanel.cs? with "SetVerticalOffset" ? Im tryng to build playnite but it fales even untouched.


RE: <ListBoxEx - tillaz87 - 10-29-2021

private const double marginOffset = 0; changing this from 0.5 does the trick adding a setting for this should be fairly easy

Edit: Wrong thread I'm talking about this https://playnite.link/forum/thread-833.html


RE: <ListBoxEx - tillaz87 - 11-01-2021

(10-21-2021, 05:39 AM)Crow Wrote: It's calculated dynamically based on application settings (number of columns and rows). You would have to use custom panel.

Is there anyway "marginOffset" value can be changed via theme is xaml?


RE: <ListBoxEx - Crow - 11-02-2021

No, it's hardcoded. If you want it to be changeable, open feature request on GitHub please.