WPF ListBox getting item datacontext OnMouseOver
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: Th开发者_开发技巧e following image might be more descriptive of the intended action. alt text http://img134.imageshack.us/img134/6263/34548010.png
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.
精彩评论