FileSearchPathListComponent listBox L&F

So I’d like to change the LookAndFeel of the FileSearchPathListComponent ListBox to a custom L&F (change colors and size of the scrollbar) – would you consider either making listBox protected or give us a method to get a pointer to the ListBox?

Thanks,

Rail

Why not just apply your L+F to the parent component, and let it get inherited by the ListBox?

I tried that and it didn’t work – I’ll check again in case I did something silly.

Cheers,

Rail