I want to use a TreeView on a Panel to track some user data and corresponding conduits in the document.
The sample here explains how to get up and running with panels, but how can I get an instance of the panel?
I’m registering the panel class when the PlugIn loads, and use Rhino.UI.Panels.OpenPanel(panelID) to display the panel - where can/should I declare an instance of the panel so I can manipulate the TreeView on it?