cancel
Showing results for 
Search instead for 
Did you mean: 

Highlight selected ScrollList Item?

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

3 REPLIES 3

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

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

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