Hello All,
My requirement is that in a chat we need to show the conversation. This conversations is shown in a card layout with height as MEDIUM. When there are too many conversations, card layout is showing the scroll. Below conversation card layout, we have a text box and a send button. Once user clicks the send button then the user text is appended in the conversation card layout which makes the layout to re-evaluate itself and the first conversation is shown. To see the latest, we need to scroll below.
Is there any way to fixed the position of scroll bar if the text is appended in the card layout?
Regards
Arka
Discussion posts and replies are publicly visible
No. Appian does not support any kind of scroll control.
As built such a UI, I added new messages on top.
I agree with Stefan. That is what I do in such situations. In some cases, to keep the UX right, I also change the text box position from bottom to top so they know the latest messages will be on the top first.