Customise ChannelSelectorListBox in AudioDeviceSelectorComponent

Hey :slight_smile: ,
is there a way to customise the rowHeight and the number of rows that are shown without scrolling in the “Active output channels”- and “Active input channels”-ListBox of the AudioDeviceSelectorComponent? I have attached a screen shot to clearify what I mean.

Thanks!

No, there’s no easy way to customise the individual components in AudioDeviceSelectorComponent. If you really need to make changes it’s probably best to make a private copy of the class and tweak it to suit your needs.

I know this is a dead topic but I’m running into the same issue, and I don’t see other posts addressing it. All the child components of the AudioDeviceSelectorComponent are private. As far as I can tell, there’s just no way to access them. It’s a very convenient class to have, and it’d be a lot more convenient if there were some methods exposing the inner components. Or at the very least, is there some way to customize the look of the listbox?