Feedback
PopupMenus can now include separator rows
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/671-class-popupmenu-missing-thing
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
PopupMenu dropdowns should support separator rows so developers can visually group related options. Today a PopupMenu can only add text rows, so lists that logically group options (for example Small, separator, Large) have no way to show a dividing line. Adding PopupMenu.AddSeparator() lets developers append a non-selectable separator row that occupies an index and counts toward RowCount, but cannot be selected by mouse, keyboard, or code.