2021-07-22 01:22 AM
I am using STM32H745 with touchgfx, I found list layout example for scroll list, but there it the buttons created as only one type. I mean the delete button is same for the all the elements of the scroll list. Instead i need to have few toggle button and few push button and few text box etc. Just to look a like android app settings screen.
Can some one, suggest me how to create multiple type widgets/buttons in same scroll list from the designer / from the code ?
Solved! Go to Solution.
2021-07-22 08:13 AM
Scroll List is designed to repeat one custom container in more elements with data container changes.
For window with different containers or widgets is Scrollable Container | TouchGFX Documentation
2021-07-22 08:13 AM
Scroll List is designed to repeat one custom container in more elements with data container changes.
For window with different containers or widgets is Scrollable Container | TouchGFX Documentation