Really like the free Dockpanelsuite.New to it and was wondering if possible.
I would like to hide the x and down arrow + tabheader
Is this possible?
Thanks
Really like the free Dockpanelsuite.New to it and was wondering if possible.
I would like to hide the x and down arrow + tabheader
Is this possible?
Thanks
The close button can be hidden on a per-DockContent basis via the CloseButtonVisible property of the DockContent.
Currently the window list button cannot be hidden as easily. I have logged a new feature request for this option: https://github.com/dockpanelsuite/dockpanelsuite/issues/29
Hide the close button using CloseButtonVisible
property for the DockContent.
content.CloseButtonVisible = false;