ListBox ScrollIntoView?

So I have a Listbox as seen here:

image

There is a currently selected value, but that is not obvious. I can scroll to it:

image

I am wondering if there is a way to scroll the Listbox to show the element within the window? I know there is a javascript method called scrollIntoView, if that helps.

There is nothing really special that I am doing, aside from a template:

image

1 Like

Thanks, I will try it out!

Hi!, How can you implement this one using Blazor Server? Is this still valid or there's a more elegant solution already out there?