How can I create a new panel ,like the "layers","properties","help" panels

Hi there. As the title descriped.
I wanna create my own panel and add some button. Possible?
And where can I find some samples?
Any replies would be appreciated.

What programming language?

C#. thanks dale.

A WinForms sample:
https://github.com/dalefugier/SampleCsPanel

A WPF sample:
https://github.com/dalefugier/SampleCsWpfPanel

Hi,

can this be done also with C++?

Thanks,
Michael

Yup:

https://github.com/mcneel/Rhino5Samples_CPP/tree/master/SampleTabbedDockBar

– D

great, thanks

@dale, we would like to create an ETO panel for Rhino WIP. Is the WinForms sample a good starting point or is there something more appropriate? Thanks.

There is a sample project in the Rhino 6 samples repository that demonstrates how to create an Eto panel.

1 Like

I can’t open your link: A WinForms sample:
https://github.com/dalefugier/SampleCsPanel40

Can you send me one?Any replies would be appreciated.

try this link for sample cs repository: https://github.com/mcneel/rhino-developer-samples/tree/6/rhinocommon/cs

I owe you my best thanks.