What is the maximum value the scroll list feature expands?
I'm using TouchGfx 4.21.3 for designing LCD screens for my project with ST Microcontroller. I have a requirement to have 4000 of value to use for scroll list and each element in scroll list is container. Can I make scroll list with 4000 items in it (scrollList1.setNumberOfItems(4000);)?
How much is the maximum value that scroll list can expand?

