Feedback
Allow ListBox column reordering to be disabled
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/1020-listbox-visual-effects
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add a writable ListBox.AllowColumnReorder Boolean property so applications can control whether users may rearrange columns by dragging their headers. Setting it to False keeps column headers fixed and removes the header-drag effect without changing click-to-sort or HeaderPressed behaviour. The property defaults to True to preserve existing applications.