2023-07-31 04:52 AM
I have a list of Menu items. I'm handling the navigation with buttons. When curser/pointer pointed on a particular menu Item, The existing text should look darker than other items. Example (Sorry about the poor outline :grinning_face_with_sweat:).
Seeking Help on: How to make text looks darker on run time ?
Thanks in advance,
Solved! Go to Solution.
2023-07-31 06:09 AM
Hello
You can change the text color or box background color when item is selected, thats the most simplest method.
If you want change font size or show selected item bolded, you must put two text areas on top of each other with different typography and show / hide one or the other based on selection.
BR J.T
2023-07-31 06:09 AM
Hello
You can change the text color or box background color when item is selected, thats the most simplest method.
If you want change font size or show selected item bolded, you must put two text areas on top of each other with different typography and show / hide one or the other based on selection.
BR J.T