JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › ListBox › scroll to newly selected item › Reply To: scroll to newly selected item
May 2, 2020 at 7:56 am
#100732
admin
Keymaster
Hi,
You should use the “value” not the “label” of the Item.
Example:
function selectToyota() { list.ensureVisible("toyota");}
Regards,
Peter