Lemur ListBox How do I set the font size as well as the colour?

I didn’t find how to change the font size and colour of the ListBox maybe I’m missing something and I need some hints!

The best way is with styling.

Otherwise, you can access the grid panel and stuff to set its colors… and override the cell renderer to change font size and colors.

…easier to just set the styling and then all list boxes will get it. (Or just the ones with the element ID that you hook it to.)

2 Likes