Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I made a custom listview from the tutorial in this link
http://www.coderzheaven.com/2012/03/23/how-to-create-a-custom-listbox-in-windows-phone-7/[^]

and My need is I want to get the title and subtitle of each row when clicking on a particular row. Is there any way to get the text without taking it from the array from which it is supplied.
Posted

1 solution

You need to bind the ListView to a collection of objects (ViewModels) and add properties to those models that you wish to query, such as the Text.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900