Skip to content

AutoScroll to bottom after adding item to list  #10

@Mohanbuggana

Description

@Mohanbuggana

This below code is not working. Please look into it.

private scrollToBottom(): void {
try {
this.chatList.nativeElement.scrollTop = this.chatList.nativeElement.scrollHeight;
}

catch (err) {
  console.log('Could not find the "chatList" element.');
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions