Top "Menu" questions

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

WPF C# - Change the brush of a menu's background

Does anyone know how to change the brush for a menu's background? This sounds simple, but I don't see any …

c# wpf menu styles menuitem
Show menu programmatically in WPF

How can I open menu (System.Windows.Controls.Menu) programmatically in WPF?

wpf menu
Uncaught TypeError: Cannot read property 'clientWidth' of null

I have a responsive wordpress theme. The menu is coded to hide when the screen size is bellow 740. However it …

jquery wordpress menu var screen-size
Place a dividing line in a menu in WPF

In XAML, how do I put a standard dividing line in a menu? eg <MenuItem Header="_File" Name="m_…

wpf xaml menu
how to use onActivityResult(..) if the activity is called from a menu

This is my problem: class main extends menuActivity{ // .. // public void onActivityResult(int requestCode, int resultCode, Intent data) { if (resultCode == 0) camera_…

android android-activity menu android-intent barcode
Android appcompat actionbar menu item showAsAction not working

I have a menu item that is showing up on android 4.x but not on 2.x. Here is my menu.…

android menu android-actionbar android-appcompat
Change options menu during runtime - invalidateOptionsMenu()

I am creating a menu where one of the items is used the lock an object. When this item is …

android menu
How to add line divider for menu item Android

My menu item become bigger so that I want group them and make a line divider to separate each group. …

android drop-down-menu menu contextmenu menuitem
How to implement dynamic values on menu item in Android

I have a menu item in the action bar. Along with the menu item image, I need to show some …

android menu android-actionbar android-menu