Vertical scroll bar for repeating group - chat function

Hi, I’ve built a simple chat functionality with a repeating group. How do I create a vertical scrolling bar to limit the RG’s length, and how can I set the chat results to show the last 5 messages?

Thanks so much!!

Welcome to the forum!

If you limit the RG size, either with RG properties or by its parent container properties, the scroll bar will appear by itself.

To ensure the last 5 messages are seen just control the size of each cell and set the RG size accordingly, e.g. max cell height 40px and min RG height 200px.

That’s fantastic!!! Thanks so much for the quick reply and solution. It works great. Looks really nice.

Happy to help :slight_smile:

can you share your app link ?

This topic was automatically closed after 70 days. New replies are no longer allowed.