2022-07-15 06:22 AM
I read some demo code, the result is YES. am I right?
Solved! Go to Solution.
2022-07-18 01:17 AM
Hello @Xzhiy.1 ,
That should be totally doable.
You can get inspiration from the Scroll List & Wheel Example available in TouchGFXDesigner.
This example shows how to change a Bitmap, based on clicks on items inside a ScrollList or ScrollWheel.
In your case, you are using a ScrollableContainer and a ListLayout, but the same methods and attributes should be available, maybe just with another name.
Let me know how it's going,
/Yoann
2022-07-18 01:17 AM
Hello @Xzhiy.1 ,
That should be totally doable.
You can get inspiration from the Scroll List & Wheel Example available in TouchGFXDesigner.
This example shows how to change a Bitmap, based on clicks on items inside a ScrollList or ScrollWheel.
In your case, you are using a ScrollableContainer and a ListLayout, but the same methods and attributes should be available, maybe just with another name.
Let me know how it's going,
/Yoann
2022-07-18 04:38 AM
Thank you, Yoann KLEIN,
That is very good design for me to write code easy, only focus on callbak of drawables, NO need to find out which is pressed by myself, your answer make me clear about that.