Question
Scroll List array object has more items then the one selected in TouchGFX Designer
I have created a scroll list object in TouchGFX Designer. The Scroll List takes a custom container as item. I have 3 items in my scroll list

For some reason, when I call languageSelectorScrollListItems.getNumberOfDrawables(); it returns 5
Checking the member declaration I'm seeing that it is defined as an array with 5 items
touchgfx::DrawableListItems<languageItem, 5> languageSelectorScrollListItems;
Why is that?
