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