Top "Menu" questions

A menu is a user interface mechanism that provides the user a means to view and execute application operations.

Dynamic nested Material menu from json object in Angular 5

How to create dynamic nested menu from json object? I started using Angular Material Design today for the first time …

angular dynamic menu nested angular-material
Same option menu in all Activities in Android

I have 10-15 activities in my project. I want to have the option menu mostly in all Activities. Then is …

android menu option
A vertical Separator control in a Menu, Toolbar, StackPanel, etc. - Is it possible?

I want to use the Separator control in a vertical way (Lets say in a horizontal StackPanel). Searching around I …

c# wpf menu toolbar separator
highlight menu on scrolling (if reach div)

i want highlight the menu point if the div is scrolled // or clicked. http://jsfiddle.net/WeboGraph/vu6hN/2/ (thats …

jquery html css menu navbar
Differences between .ContextMenu and .ContextMenuStrip

What are the differences between .ContextMenu and .ContextMenuStrip in Windows Forms? I already know what a ContextMenu is, but how …

c# .net winforms menu
active menu item - asp.net mvc3 master page

I've been scanning around trying to find an appropriate solution for assigning "active/current" class to menu items from the …

asp.net-mvc asp.net-mvc-3 menu master-pages
How can I create icons for menu items in Android's ListView?

I am using a ListView to display the main screen of my application. The main screen is essentially a menu …

android listview menu icons
JavaFX 2.0 Activating a Menu like a MenuItem

I'm making a MenuBar, and I wan't the functionality to press a Menu like: "File" and then execute a action. …

menu javafx menuitem javafx-2 menubar
How to get the Android ID for a menu item in Android?

Is there a way to get the Android ID for a menu item? I can see getTitle() but not a …

android string menu resources monkeyrunner
How to create a Menu instance programmatically? i.e. inflate a Menu outside onCreateOptionsMenu

I want to inflate a menu object outside onCreateOptionsMenu method (which means to create/show the menu when the user …

android android-layout menu menuitem