-
Notifications
You must be signed in to change notification settings - Fork 728
Open
Description
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 = trueDescribe 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
Labels
No labels
Type
Projects
Status
No status
