You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my observation, this alignment issue, at least the offset to the left, happens when the user exceeds (but no more than double) the number of columns set for horizontal scrolling and switches to vertical scrolling within this parameter.
Let me (attempt to) explain..
To Reproduce
Set the number of columns to 7.
From and including the very first item in the list, move to the 8th item to the right and keep this item selected.
Switch to Vertical scrolling.
The ListBox is now aligned offscreen, to the left.
Switch back to Horizontal scrolling.
Repeat step 2 but move 9th item to the right.
Repeat step 3.
Similar result to step 4, but this time the Listbox is even more off screen.
You can repeat the above by moving 10 items, 11 items all the way to 14th (double the set column value) - which seems to be the threshold. Each time the ListBox alignment is further offscreen to the left the closer you get to the double amount of the set number of columns and switch. Once you cycle past double the amount of columns set, in this example the 15th item onwards the alignment bug doesn't happen,
You can even try this with 6 colums set - move to the 7th item, switch to Vertical scrolling and the alignment is off - it'll be like this all way upto an including the 12th item. Once passed (item 13 onwards), the alignment is normal.
Hope that all makes sense? And apologies if this is a WPF issue, as the previous raised bug mentions it was closed as per conversation on Discord, but I couldn't find any specific of outcome.
I've included screenshots from the Default Theme below, latest Playnite release.
Diagnostics ID
#N/A
Screenshots
# of Columns set to 7 screenshots -
9th Item Selected (switch to Vertical)
14th Item Selected (switch to Vertical)
The text was updated successfully, but these errors were encountered:
Bug Description
Hi Josef,
Previously closed and mention(s) of this bug:
Fullscreen mode: Switching between Horizontal and vertical scrolling bugs the views. #1274 and https://discord.com/channels/365863063296933888/403841633310867456/704632646210420866
From my observation, this alignment issue, at least the offset to the left, happens when the user exceeds (but no more than double) the number of columns set for horizontal scrolling and switches to vertical scrolling within this parameter.
Let me (attempt to) explain..
To Reproduce
You can repeat the above by moving 10 items, 11 items all the way to 14th (double the set column value) - which seems to be the threshold. Each time the ListBox alignment is further offscreen to the left the closer you get to the double amount of the set number of columns and switch. Once you cycle past double the amount of columns set, in this example the 15th item onwards the alignment bug doesn't happen,
You can even try this with 6 colums set - move to the 7th item, switch to Vertical scrolling and the alignment is off - it'll be like this all way upto an including the 12th item. Once passed (item 13 onwards), the alignment is normal.
Hope that all makes sense? And apologies if this is a WPF issue, as the previous raised bug mentions it was closed as per conversation on Discord, but I couldn't find any specific of outcome.
I've included screenshots from the Default Theme below, latest Playnite release.
Diagnostics ID
#N/A
Screenshots
# of Columns set to 7 screenshots -
9th Item Selected (switch to Vertical)
14th Item Selected (switch to Vertical)
The text was updated successfully, but these errors were encountered: