Feedback
ListBox.ScrollToRow ignored when called during Opening
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/155-listbox-scrolltorow-doesnt-work
- Last updated
- 2026-05-24
Public summary
ListBox.ScrollToRow(index) did not reliably scroll when called from a ListBox Opening handler after populating a large number of rows. The rows were added successfully, but the list remained at the top instead of bringing the requested row into view.