Enterprise Data Grid & UI Components for Angular, React & Blazor › Forums › General Discussions › ListBox › scroll to newly selected item › Reply To: scroll to newly selected item
May 2, 2020 at 7:56 am
#100732
Keymaster
Hi,
You should use the “value” not the “label” of the Item.
Example:
function selectToyota() { list.ensureVisible("toyota");}
Regards,
Peter