Some wrong actions in ScrollList Widget.
I'm using ScrollList in my TouchGFX project, but there are 2 problems:
1, After setWindowSize(n), when n is not 1, the itemSelected in
void scrollTopItemSelectedHandler(int16_t itemSelected) have a wrong value.
As described in the following 2 tips:
https://community.st.com/s/question/0D50X0000B7ZL90SQG/problem-with-itemselectedcallback-scroll-list
2, When setWindowSize(1), and scrollList.setSnapping(false), the itemSelected always right in each selection;
but if scrollList.setSnapping(true), the itemSelected will move left a half item.

How to solve these two problems?
Is there some bug in ScrollList, or am I using it wrong?
