Question

I have a ListBox that is being bound to data from a WCF service. When the user hovers over one of the ListBoxItems, I want to display related text in a separate region. Each of the items in the data collection to which the list is being bound has a Description property.

How can I wire up to the mouseover event for a particular ListBoxItem?

Was it helpful?

Solution

Have a look at this thread, I think you might find your answer:

WPF Listbox Show Button in ItemTemplate on MouseOver

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top