How many items can scroll box handle?

I’m making a messenger widget using a scroll box. The number of messages is unknown, so it can be over a few hundreds. Should I be concerned about performance if I’m targeting mid-range PC?

Kind of, I want to say yes. List Views are handy in cases like this. Example:

Only a few elements are kept active.

1 Like