When I double click on pane caption it becomes float, and pin button disapear. But the dockmanager has property ShowPinButton - true. Is it possible to make pin button visible when the pane is float?
Thanks in advance.
xeonet,
The pin button is only displayed when a DockableControlPane is docked in a container, not floating (even with ShowPinButton set to True). If you would like to submit a feature request for this functionality, you can do so here.
~Kim~
Ok thanks for you reply. But I've managed to solve this problem using DockManager.CreationFilter. I'm adding button to the caption for the flyout panes.
Thanks Kim.