Hyperlink Context Menu
-
I have a binding problem with my hyperlink context menu. The link shows fine and clicking it works. The context menu shows up, but clicking on that does nothing. I don't get any BindingExpression errors.
\>
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
I have a binding problem with my hyperlink context menu. The link shows fine and clicking it works. The context menu shows up, but clicking on that does nothing. I don't get any BindingExpression errors.
\>
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
It might be related to this problem: WPF: ContextMenu Strikes Again. DataContext Not Updated[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
It might be related to this problem: WPF: ContextMenu Strikes Again. DataContext Not Updated[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Ya I already saw that. From what I can see, the problem has something to do with the facts that the hyperlink isn't part of the visual tree. I spent a while trying to get this to work. This HAS to be possible.
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
It might be related to this problem: WPF: ContextMenu Strikes Again. DataContext Not Updated[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Figured It Out. I uses a binding proxy. See the answer here: [c# - WPF: Binding a ContextMenu to an MVVM Command - Stack Overflow](https://stackoverflow.com/questions/3583507/wpf-binding-a-contextmenu-to-an-mvvm-command)
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.