vote up 0 vote down star

I currently have a view that contains a ListBox bound to a a collection of view models and a user control that I would like to bind to the current item that the mouse is over. How can I get the current highlighted item in the list and bind it to the user control using only XAML and code in the View Model?

Edit: The following image might be more descriptive of the intended action. alt text

flag

67% accept rate
1  
MVVM is not a religion. If you can solve the problem with a little of code behind, go for it. – Eduardo Molteni Nov 6 at 22:43
I'm sensing a little peer pressure here to go 'against the pattern' :) – jwarzech Nov 9 at 14:07

1 Answer

vote up 0 vote down

As eduardo said, sometimes to make a solution in pure MVVM is too complicated.

if you reformulate your question and provide some code, you can get more answers.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.