Question
Bug in ItemSelectedCallback of ScrollList
The version of touchGFX Designer is 4.13.0.
I use the function "setItemSelectedCallback" of ScrollList .
ScrollList have 5 items. And display mode is no circular.
In callback fucntion "scrollList1ItemSelectedHandler". When I click the item one by one, and it return the itemSelected is "1, 2, 3, 4, 4". It is unusual. By the way, if display mode is circular, it will return "1, 2, 3, 4, 0". It is fine.
How can i fix it?
