Centering gtk4 ListView on selected item?

I have ListView with a long list of single-line items (emails) using SingleSelection. When scrolling through the list using the keyboard, ideally I want to have the currently selected item to always be shown in the (vertical) center of the list view. Is there a setting for this or do I manually have to use scroll_to or similar in order to achieve this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.