How to make a scroll command move to the row? Xojo 2023R4

Hello all,

Using Xojo 2023R4, whenever I search, the row is found, and is colored blue but it never scrolls to the row. Instead it stays at the original row.

lstSiteMaster.SelectedRowIndex = Row
lstSiteMaster.SelectedRowColor = Color.Blue
lstSiteMaster.ScrollTo(Row)

Can anyone tell me where I have gone wrong?
Thanks,
Tim

Comment this line:

lstSiteMaster.SelectedRowColor = Color.Blue

as that color is the default and it looks like is causing a scroll issue. I will create a bug report about this.


Edit: Case #75313 - Adding SelectedRowColor code affects ScrollTo on a WebListbox