How to replicate "Navigate to Center" from ScrollBoxes in a ListView?

Hey everyone, I was hoping to use a horizontal scrolling ListView for a character select screen UI, but I want the character selection to always stay centered in the screen. This can be done easily using a ScrollBox as it has a “Navigation Destination” setting that can be set to “Center”.

However, I need to use a ListView and not a ScrollBox. ListView does not have an option for setting a navigation destination. Does anyone know how to implement scroll navigation destination for ListView’s?

Thank you for any help with this!

1 Like