Top "Contextmenu" questions

A context menu is a menu in a graphical user interface that appears upon user interaction, such as a right mouse click or middle click mouse operation.

How to navigate with keyboard through <ul> <li> element

Possible Duplicate: KeyBoard Navigation for menu using jquery I created a menu using <ul> <li> tags …

jquery html css navigation contextmenu
Google Map V3 context menu

I am looking for a Google Map V3 context menu library. I have found some code examples here Gizzmo's blog …

javascript google-maps-api-3 contextmenu
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 create Context Menu using XML file?

I am using XML file for creating Context Menu for my ListView. (Please see below). I also want to set …

android contextmenu
context menu for removing items in listview

I have a ListView which displays a list of string values. I want to add a context menu entry for …

wpf listview contextmenu
how to add a right click menu to each cell of QTableView in PyQt

I want to add a right click menu to delete, rename or open image in each of cell of QTAbleView …

python-2.7 pyqt contextmenu qtableview qtablewidgetitem
Copy text from TextView on Android

I have a ListView where each item is a TextView. I want to enable the long press behaviour similar to …

android select copy contextmenu textview
Show checkbox for Context MenuStrip or Context Menu of a button

I am designing a logging feature in which User can select which event he wants to log. On clicking button, …

c# winforms contextmenu contextmenustrip
Windows shell add item to context menu when click on blank part of folder

Sorry if this has been asked before, I've been looking around and it's hard to find what I want. I …

windows shell registry contextmenu
wpf listview right-click problem

so I have attached a context menu (right-click menu) to a wpf listview. unfortunately, when you right-click it brings up …

c# wpf listview contextmenu right-click