I have an idea to use a Horizontal ListBox… and before I dig in I was wondering if it would be better to create a whole new Component from scratch or should I try and mangle the existing JUCE (Vertical) ListBox to do what I want…
My options are:
a) Create a new Horizontal ListBox component from scratch
b) Subclass JUCE’s (vertical) ListBox
- or -
c) Copy JUCE’s (vertical) ListBox and use that as a base for creating my new Horizontal ListBox
Just thought I’d ask for an opinion before I dig into this…
Best,
Rail