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
I would like messages to appear from the top of the screen when the height of the existing messages combined with header is less than the allowed area of the StreamMessageListView.
By default, the new messages in the new chatroom appears from the bottom.
I've tried setting initialAlignment parameter to 1.0, which actually achieves what I desire, but when the user send a new message, the alignment is reset to the position where initialAlignment: 0.0 would make.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like messages to appear from the top of the screen when the height of the existing messages combined with header is less than the allowed area of the StreamMessageListView.
By default, the new messages in the new chatroom appears from the bottom.
I've tried setting
initialAlignment
parameter to 1.0, which actually achieves what I desire, but when the user send a new message, the alignment is reset to the position whereinitialAlignment: 0.0
would make.What we desire to have:
After sending new message:
Thank you for your help in advance!
Beta Was this translation helpful? Give feedback.
All reactions