Vefery
(Vefery)
May 9, 2021, 8:32am
1
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:
No problem, if you want to experiment with the List View instead:
create an Object class blueprint in the content browser with an exposed text variable - it will be used to store data in the list view, called Entry Data below.
once you have it, you can do this in the wLogLine’s class settings:
[linewithlistviewinterface.jpg]
The Implemented Interfaces bit on the left is the critical part here! It allows you to pull the data from a list view object and assign it to the widget’s variable. Th…
Only a few elements are kept active.
1 Like