cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop scrollList from scrolling when the last element in it appears?

Zhuangwei
Associate II

I hope to achieve the scrolling effect like the file browser of Windows. I attached a demo video.

1 ACCEPTED SOLUTION

Accepted Solutions
Zhuangwei
Associate II

I found the

void setWindowSize(int16_t items)

member function in the document of the ScrollList class, which can achieve the effect I need.

View solution in original post

1 REPLY 1
Zhuangwei
Associate II

I found the

void setWindowSize(int16_t items)

member function in the document of the ScrollList class, which can achieve the effect I need.