Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
If we have a Blazor ListBox with more items than can be seen in the defined control's height, we need the ability to scroll the list to show the selected item. For example, I have a list with chat's. The newest chat is at the bottom. If the user adds a new chat message, it gets added to the end of the list. So the listbox should scroll to the absolute bottom of the list so the user doesn't have to. Currently, we can select the item; however, the list doesn't scroll to it.
Might be good to also add a parameter to ListBox called AutoScrollToBottom="true" to facilitate this behavior automatically for the developer.