OK so i am passing an Observable collection to the itemsource of a listbox the collection has a color property, and i had been doing the background color within the grid inside the listbox by binding the color. However I need to have the item change color when the mousover event occurs, which doesn't show because the background drawn to the grid overlays the color change on the listboxItem. When I try and bind the color to the listboxitem however it throws an exception.
I could really use some help here I've tried everything i can think of and find.