ListView with Dynamic ContextMenu
Posted in WPF, tagged WPF, ListView, ContextMenu on March 18, 2008 | No Comments »
When we want to display a ContextMenu based on the ListViewItem(Row) that was clicked, we have to handle ContextMenuOpening event and add our menuitems in that event. Attached sample shows how to do this.(change .doc to .zip)