Feedback
ListBox AddRow is too slow for large row counts
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/380-listbox-loading-a-million-rows
- Last updated
- 2026-06-15
Public summary
Adding large numbers of rows to a desktop ListBox is much slower than expected. A forum report measured more than 50 minutes to add one million constant rows, even when the ListBox is hidden, because each AddRow currently performs synchronous UI-thread work and refreshes ListBox layout/paint state per row.