Microsoft
Software
Hardware
Network
Question : Disable select on ListView right-mouse click
I want to be able to disable the selection of a ListViewItem on a right mouse click. Instead, I want just the context menu to appear.
This way, users can select the items with a left mouse click and then perform a right mouse click to bring up the context menu (without it deselecting an already selected item).
Doea anybody know how this can be done? XAML code for my ListView is below. Items are added dynamically in code.
nuItem>
te>
ate>
Answer : Disable select on ListView right-mouse click
Answer to this question is here:
http://social.msdn.microso
ft.com/For
ums/en-US/
wpf/thread
/
2c8f00ca-
9c7d-4237-
b2cf-f6091
1a008a9
Random Solutions
Wyse terminal questions
SELECT query based on selected Listbox values
MAPI ODBC issue
checking if a table exists
Array to Range crash Excel bug
Mapping drive to Win 7 machine
What happens to the OLD .OST file(s) (do I need them anymore?
Track user logon/logoff to the access database.
Why is #include "stdafx.h" required to run the following code from this C++ book?
Need to make a label visible on screen when record has been deleted but not yet cleared using Pack