Skip to main content
MauFanGilaMedical
Associate III
October 6, 2025
Solved

Touchgfx force scrollList to scroll at position

  • October 6, 2025
  • 2 replies
  • 222 views

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.

 

 

Best answer by JohanAstrup

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

2 replies

JohanAstrupBest answer
ST Employee
October 6, 2025

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

MauFanGilaMedical
Associate III
October 6, 2025

Thankyou very much