2022-07-20 06:14 AM
Hi Community,
How to map External Touch sensor (Not integrated with display) to Scroll list? Is it possible?
If yes what is the method to do it?
/Vins
2022-07-21 12:55 AM
Hello @Vins ,
I'm not sure to fully understand what you mean with "map" to ScrollList. Do you mean be able to scroll in the ScrollList on the display with an External touch Sensor, or something else ?
/Yoann
2022-07-21 02:13 AM
Hi @Yoann KLEIN ,
Yes. "mean be able to scroll in the Scroll List on the display with an External touch Sensor" Correct. I wanted to Scroll List on Display with an External Touch Sensor.
2022-07-21 02:31 AM
Hello,
Yes that's doable for sure.
For the project configuration, I recommend you to take a look at this article from the documentation.
To propagate coordinates data from your Model to your UI, you can read that article.
Then, if you use a ScrollableContainer instead of a ScrollList, you will be able to call the doScroll method, to manually scroll according to X and Y coordinates.
Hope that this helped,
/Yoann
2022-07-21 10:32 PM
Hi, Thank you for your support.
I will go through all of these steps and get back to you.