1

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

user9969
  • 15,632
  • 39
  • 107
  • 175

2 Answers2

3

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

roken
  • 3,946
  • 1
  • 19
  • 32
0

Hide the close button using CloseButtonVisible property for the DockContent.

content.CloseButtonVisible = false;
HNA
  • 107
  • 2
  • 14