Hi Banshee111,
ListView is the core of Split page, I think your question can be asked like: how I can get the tapped item in a ListView.
Well, the answer is quite easy, try to fire a
ItemClick event while the item of ListView has been tapped, do not forget to enable
IsItemClickEnabled property.
When you receive the event, you can use
Navigate(TypeName) method to navigate user to another page.
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.