Question
Changing ScrollWheel number of items programmatically
Hello,
I have a screen that include scrollWheel and items from a custom container. I can change Number of items from touchgfx GUI. And i can see the code behind in screenViewBase.hpp. (In this example i have 6 cumtom container items for scrollWheel)
touchgfx::DrawableListItems<menuItem, 6> scrollWheel_timeSettingsMenuListItems;
But i need to change number of items programmatically in run time. is it possible and what is the way of it?
Thanks and Best Regards,
Murat
