Feedback
Add `Listbox.AddRow(value As String)`
- Status
- Fixed
- Fixed in
- v26.5.3
- Source discussion
- https://forum.objo.dev/d/10-listbox-add-row-problem
- Last updated
- 2026-05-13
Public summary
Currently you can add an array of rows as strings to a Listbox but there is no way to easily add a single row, e.g:
MyListbox.Add("Some Text")