Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical Scrolling not work #1

Open
78fede78 opened this issue Dec 6, 2014 · 1 comment
Open

Vertical Scrolling not work #1

78fede78 opened this issue Dec 6, 2014 · 1 comment

Comments

@78fede78
Copy link

78fede78 commented Dec 6, 2014

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?

private void youClick_Click(object sender, RoutedEventArgs e)
{
    Message mm = 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.

@rajat1saxena
Copy link
Owner

Hello Mate,
Thanks for taking the time to experiment with the project. I will certainly try to incorporate your solution into the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants