ListBox control in iPlug2. Is it possible?

I would like to have a scroll list control. Is this possible at all?

Something like the menu is done. Maybe someone has ready?

Did you try ICaptionControl?

I would like to have something like this for the list of presets.

of course it’s possible, you have to code it yourself though

Maybe it would be good to have code examples for IPlug2 controls subclassing - just a few some simple ones to understand the logic. In the same way as there were the examples for VSTGUI custom controls (like CKnobZ e tc.).

There are lots. Look at IControl here:

https://iplug2.github.io/iPlug2/inherits.html

I work on all the controls of IPug2 for myself, since I have a huge programming experience in Delphi, where I made a lot of my own controls in the VCL, where it is made a little easier.
However, I would like to have in IPlug2 a standard component for viewing lists, similar to the standard Windows ListBox or ListView with the ability to custom draw. :wink:

Please write it then and contribute back to the project with your huge programming experience

By the way… in iPlug2 we have WebViews, which are perfect for making scrolling lists

see also https://github.com/iPlug2/iPlug2/issues/41

I will try how free time will be.