Is there a way to style individual elements in a ListBox? I've seen some people ask similar questions WRT GWT, but most answers are 'use a different container' (none of which exist in Pyjamas). If there is another container in Pyjamas that will work, I'm more than happy to switch.
My end goal is to have a drop down containing bold, left-aligned, unselectable section headers followed by right-aligned, selectable items. All I can seem to get is standard text. I guess this boils down to two questions: 1. How does one style a ListBox element? 2. How does one make a ListBox element un-selectable? Thanks in advance! Matt --
