Hi all,
I'm not very good with styling in WPF, so I thought that I would ask here and see if anyone can help.
I have a combo box which is bound to a view model that has a rating and description, when I hover my mouse over a item the item changes to show the rating and description for that item.
This works ok however because some of the descriptions are really big and there is no word wrapping it just looks ugly.
I don't know if this possible but what I am after is the list of ratings on one side and a description box on the other, but I only want the description box to show the current highlighted one.
Something like this:
Can anyone help me with this or at least point me in the right direction to get started.
Thanks, Nathan