2025-04-29 5:29 AM - edited 2025-04-29 6:00 AM
The same issue has been reported years ago https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/method-allowverticaldrag-in-scroll-list-container-does-not-seem/m-p/169035#M10136
If you create a mySelectorScroll and in the code mySelectorScroll.allowVerticalDrag(false); the scroll list will continue to be scrollable no matter what
Also, accoridng to docs (https://support.touchgfx.com/docs/api/classes/classtouchgfx_1_1_scroll_base#function-allowverticaldrag) it should be OFF by default
enable | If true, vertical scrolling is enabled. If false (default), scrolling is disabled. |
Solved! Go to Solution.
2025-06-04 8:37 AM
Hello @nico23 ,
Have you been able to move forward on your project?
Regards,
2025-06-05 1:12 AM
Yes, I've used the workaround as the method described in the docs didn't work.
2025-06-06 1:04 AM
Hello @nico23 ,
On my side I have talked to the team and we will modify the implementation in a future release but this is not a priority as there is a workaround so it will take some time.
Don't hesitate to create a new thread if you face another roadblock.
Regards,