Skip to main content
April 10, 2021
Solved

How to scroll a scrollist?

  • April 10, 2021
  • 1 reply
  • 1024 views

Hello!

A have a window, his height is 10 strings. Scrollist have 30 strings.

When I add 11-30 strings, they are out of window. I can manually scroll list to last element.

How can I do it by software?

Something like ScrollList1.ScrollTo(25);.....

This topic has been closed for replies.
Best answer by Sergey Bogaev

Hi !

You need .animateToItem(x) function

1 reply

Sergey Bogaev
Sergey BogaevBest answer
Associate
April 11, 2021

Hi !

You need .animateToItem(x) function