Create a Rhino Plugin with a dockable panel

I am trying to create a rhino plugin that has a panel. The user can input some details in the panel and submit the details and a command will run based on those details. I made a rhino plugin by following the documentation, but I don’t know how to make the dockable panel. I have read that it can be created through WPF. So I created a project in visual studio with the rhino common template and added a user control so i can use wpf. is that the correct process?

2 Likes

Hi @tmas,

There are a few docking examples in the Rhino Developer samples repo on GitHub.

– Dale

3 Likes

Thanks Dale! This helped a lot :slight_smile:

In what section can I find those?

Just open SampleCs.sln and search for “panel”.

– Dale

2 Likes