Hi Stefan,
thanks for your eMail. I tried it but it does not work.
I just changed my code in the example I already sent you to:
private void Btn1_Click(object sender, RoutedEventArgs e)
{
Messages.Clear();
foreach (var item in Model.Collection1) Messages.Add(item);
}
When I click the first button I get an empty chat control.
Thanks you and best regards
Mischa
Hi Stefan,
thanks for your eMail. How can I clear/reset the items before I add a new item? (It does not work if I use a Collection).
Best regards
Mischa