You don't need a CASE statement to identify which one has been selected, have you looked at the tutorials?
If you go to the Designer and Generate members, it will allow you to generate a click event for the item selected. Then it's "simply" a case of placing a Panel above the Listview, or putting the ListView to the back and then gaining all of the information needed...
Well that is how I would do it anyway...
I'd do a search on Listview and look at the examples and tutorials which are provided for that. I'd also consider looking at scrollview, but that may well generate more questions than answers if you do! Might be better to leave that until you've got ListView and a Panel, or whatever you use working first..
How are you populating the ListView? It might be worth looking at the 2 line entry fill with the 2 suffix, which allows you to store identifying information - or use the Tag property, which you may have done already of course.
HTH