i need to make a custom listview in windows7 phone. In this listview, i need to show one image with one textbox. This listview will be dynamic. i will insert value in database and this listview will be generate till the last value of my database.
I am new in windows7 phone, any suggestion will be appricated.
i need to make a custom listview in windows7 phone. In this listview, i
Share
You need to set the
ItemTemplate:The above code assumes you have bound a list, or set the
ItemsSource, to a list of objects that exposeTextandImageSourceproperties.