So i have a datagrid that was built with the mindscape datagrid control that looks like this:
I am not sure if i will be able to do this to the mindscape control, so this will be a question about any multi-column listview or datagrid.
When an item is clicked, and selected, I need to expand the item (hopefully with an animation/storyboard) downwards, to display a bunch of extra information about the item (rating graph, list of available locations, etc).
I honestly have no idea how to begin with this. I'm new to wpf. in winforms i would just create a custom listboxitem that controls it's own height, and listen to the selected event.