Skip to content

Enable using MenuBar as an alternative for ComboBox #2404

@tznind

Description

@tznind

Is your feature request related to a problem? Please describe.

I have been exploring using a MenuBar as a dropdown menu. It works like a dropdown style combo box and looks better and gives clearer indication of what the active/new selections will be.

But there is a problem in that the user cannot Tab to the view. I have tried setting the following but it does not work.

CanFocus = true,
TabStop = true

menu-as-combo

Describe the solution you'd like
Tab to work for MenuBar when TabStop is set.

Describe alternatives you've considered
I can probably still do a workaround by intercepting Tab on the View before it and adding a callback to manually popping the menu open.

I will probably have to do this anyway so that the user can Tab out of the menu and back to other views.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions