Visible items in ScrollList
Hello
Is there a way to determine which items in a ScrollList are visible at the moment (item index)?
Because the user will control the GUI by buttons i like highlight the currently selected item in the list (similar behaviour like a list on a PC program which is scrolled by the up and down keys).
I have implemented the highlight functionality by myself (set background of the item black and the text white) since I haven't found another solution.
Is it true that there is no "built in" functionality in TGX to implement such a behaviour?
To know which items are visible would facilitate the implementation of my desired behaviour.
Unfortunately https://touchgfx.zendesk.com/hc/en-us/articles/360018095032-Scroll-List did not help me very much.
Thanks!
