See comments below. Essence is the current ComboBox is a bugfarm and barely works. It needs to be replaced. This Issue is to create a new View named DropDownList. This comment illustrates how it can be built https://github.com/gui-cs/Terminal.Gui/issues/2404#issuecomment-1519099871 ## Proposed Changes/Todos - [x] Add `OpenMenu()` method to programmatically open first menu item - [x] Add `OpenMenu(Point?)` overload for custom positioning - [x] Update MenuBar documentation with dropdown usage pattern - [x] Add comprehensive unit tests (3 new tests, all passing) - [ ] Find and replace all usages of `ComboBox` with this technique - [ ] Delete `ComboBox` from project