Hello everyone,
could you please tell me how to adjust the dock bar that contains my own panel In RhinoCommon In C#?
As shown in the following picture:
I have currently found a way to obtain the dock bar ID using Rhino.UI.Panels.PanelDockBar(MyOwnPanel.PanelId);
But I am not able to find a way to obtain the dock bar object and adjust it.