Is there any way or are there any elements in WP7 which could be expanded on tap? For example if I’m using a ItemViewModel I’d like to show only the content of LineOne and when that is tapped I want to show the content of LineTwo.
I don’t necessarily need to do this with a ItemViewModel. For example the hidden content could also be buttons that appear instead of a line of text.
Any suggestions?
Have you looked into the
ExpanderViewfrom the Silverlight Toolkit? It allows you to have a tap-to-expand template and a standard template. There’s a reasonable overview of it available at Windowsphonegeek