You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wanted to compliment you on this project.
New messages do not seem to be visible.
In reality it is just a matter of scrolling.
I would like to bring scrolling bottom in order to make visible the last message added.
Why this code does not work?
privatevoidyouClick_Click(objectsender,RoutedEventArgse){Messagemm=new Message {TextMessage="This is an extra YOU bubble",Time= DateTime.Now.ToString(),Status="Sent",tofrom=false};
allmessages.Add(mm);this.myChat.ScrollIntoView(mm);}
I hope you will answer me.
Have a good day.
The text was updated successfully, but these errors were encountered:
Hello, I wanted to compliment you on this project.
New messages do not seem to be visible.
In reality it is just a matter of scrolling.
I would like to bring scrolling bottom in order to make visible the last message added.
Why this code does not work?
I hope you will answer me.
Have a good day.
The text was updated successfully, but these errors were encountered: