2019-10-02 07:19 AM
Hi
Is there a possibility to highlight an item from a ScrollList?
My ScrollList contains only textAreas.
I would like to highlight it with another background color and maybe change the font of the text.
Regards
Dejan
2019-10-02 04:33 PM
Hi Dejan,
If you can go with a scroll wheel you can specify "Selected Style Template". The article below explains how to do it:
https://touchgfx.zendesk.com/hc/en-us/articles/360018398832-Scroll-Wheel
With regards,
Badreddine
2019-10-02 10:29 PM
Hi @AME MCU Support Center BB
Thank you for the fast response.
I've seen that with a scroll wheel it is possible to highlight the selected item.
In my case I would like to use the scroll list because I do not want to have a specfic item that is always selected. I want the user to select an item of the list by clicking on it.
Regards
Dejan
2019-10-03 10:56 PM
I have scrollListItemSelectedHandler like in the TouchGFX Example with ScrollList and ScrollWheel. Is it possible to get the item (TextContainer) so that I can set the background to visible. This would highlight the selcted item.
Regards
Dejan