2025-10-05 11:29 PM
Hello.
I developed a Screen with TouchGFX Designer 4.24.2.
In this Screen I put a ScrollList.
Is there a way to force the ScrollList to scroll at specific item position ?
For example I want to force ScrollList to scroll at the item position that has index = 20 ... is there a way ?
Thankyou in advance.
2025-10-06 12:14 AM
Hello @MauFanGilaMedical.
You can use the animateToItem() function: https://support.touchgfx.com/docs/api/classes/classtouchgfx_1_1_scroll_list#public-functions-inherited-from-scrollbase.
Best regards,
Johan