Hi,
I wanted to add collection to the ListView. So I have added a following code in the Metro XAML.
public class Patient
{
public string Name { get; set; }
public int ID { get; set; }
}
private void People : Patient
{
Collection<Patient> pateintCollection = new Collection<Patient>();
}
After creating an object pateintCollection, I'm not able to add any values to the collection.
Can anybody let me know if the collection in Metro XAML has changed? If so please let me know the same.
Thanks,
Santosh
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.