DragAndDrop PluginListComponent

I’m currently working on a VST host which needs to dragAndDrop pluginDescriptions from the PluginListComponent’s TableListBox to add pluginInstances to a processorGraph. Is it possible to inherit from PluginListComponent and DragAndDropContainer to add such functionality or will I need to roll my own version of the PluginListComponent?