I am using AvalonDock in a project to take advantage of the tool windows.
I don’t have any need for Tabbed Documents and would like to disable the “Dock as Tabbed Document” context menu item when I right click on a tool window title bar. Is this possible?
Thanks
i think this is a simple property setting.
i use the latest source from codeplex 76560.
you can change the DockableStyle property to the style that you want:
and can override this method to disable the contect menu:
here is the flag enum: