i have a chat app, the messages are viewed in a LazyColumn with scrollbar. now its super complicated to do anyway, but the real problem is that when a new message arrives the LazyColumn should be scrolled to the bottom. meaning the newest message should have its bottom at the view bottom. but instead the lastest message top is aligned with the view top. and one has to manually scroll down to read it all. is there a fix? and is there a good documentation to make a scrollable list of boxes (with text or images)?