Feedback
ListBox HeaderText stays in original order after column drag
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/389-listbox-when-reordering-column-headertext-array-not-updated
- Last updated
- 2026-06-21
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Dragging a ListBox column header to a new position updates the visible column order, but ListBox.HeaderText(column) can still return the header from the original column position. This makes code that reads column headers after user reordering disagree with the UI.