I am currently having a ContextMenu on a ListView with its view style set to "GridView". However, this gives me trouble because you are able to right-click the visual columns in the top of the ListView to get the context-menu to appear as well.
I only want the context menu to appear on all the items in the list, and I would hate to program a method to add a new context-menu for every list or so.
Is there a smart way of doing this? Maybe through a template of some sort? Which approach would be the best one?