WPF: How to make Contextmenu select and forget?
Posted
by Kave
on Stack Overflow
See other posts from Stack Overflow
or by Kave
Published on 2010-04-28T08:01:29Z
Indexed on
2010/04/28
8:03 UTC
Read the original article
Hit count: 297
I have a Contextmenu with a ListBox inside. Whenever I right click my control and select a value from my contextmenu the last selected value stays marked and I can't select that value again.
The idea is, that I may select the same value within the COntextmenu in order to turn a property on or off.
Should be quite basic, what am I missing?
Many Thanks,
© Stack Overflow or respective owner