Can we draw panels out of the bounds of the plugin?
-
My previous plugins were all made with Maize Sampler. In those plugins, the preset list appears as a large panel, out of the bounds of the plugin UI.
Can we do this in HISE? Or are we limited to drawing panels within the plugin bounds?

-
@dannytaurus everything we draw must be within the bounds of the ui. But some elements like drop down menus might open outside of that.
-
@d-healey By 'might' do you mean we don't have control over it?
-
@dannytaurus yes, if the menu list is longer than the ui it will be drawn outside of it, like in your image.