How to make a linear panel scroll once it reaches a preset height

Hi all,

I have a text area where users make comments on the plots being displayed in the client. When a user submits their comment, the comment is added to a linear panel.

After adding 5+ comments, the linear panel becomes annoyingly tall. I would like to fix the height, and when the linear panel becomes taller than the fixed height, it should be come vertically scrollable and no longer increase in height.

This is almost like creating a chat function.

How would one go about creating something like this?

Thanks,

I’d start by searching this forum for ‘chat’ or ‘scroll’ and then following the various suggestions that pop up.

Thanks Owen,

I was going through the forum but clearly used the wrong search words. Thanks for pointing me in the right direction.