Feedback
ListBox.AddRow renders nothing when ColumnCount is zero
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/138-list-addrow-bug
- Last updated
- 2026-05-24
Public summary
Calling ListBox.AddRow("Hello") on a new ListBox with no configured columns adds a row internally, but the row is not visible because the runtime DataGrid still has ColumnCount = 0. A default ListBox should create a first visible column when a row is added so simple AddRow usage displays the row text.