Hi,
I'm using the DockingManager to place various panes. If I click on the pin locking a pane in place, it is collapsed and it's title is dispayed at the corresponding edge of the window. But I can never re-open the pane again. Clicking on it, nothing happens.
When I click a header of an autohidden pane, the following shows up in the DEBUG window:
LayoutAutoHideWindowControl.Show()
LayoutAutoHideWindowControl.Hide()
LayoutAutoHideWindowControl.Show()
LayoutAutoHideWindowControl.Hide()
LayoutAutoHideWindowControl.Show()
DockingManager.OnMouseLeftButtonDown([12;28])
SetFocusOnLastElement(focused=False, model=Xceed.Wpf.AvalonDock.Layout.LayoutAnchorable, element=)
LayoutAutoHideWindowControl.Hide()
LayoutAutoHideWindowControl.Show()
What am I missing?
regards, Tilli
I'm using the DockingManager to place various panes. If I click on the pin locking a pane in place, it is collapsed and it's title is dispayed at the corresponding edge of the window. But I can never re-open the pane again. Clicking on it, nothing happens.
When I click a header of an autohidden pane, the following shows up in the DEBUG window:
LayoutAutoHideWindowControl.Show()
LayoutAutoHideWindowControl.Hide()
LayoutAutoHideWindowControl.Show()
LayoutAutoHideWindowControl.Hide()
LayoutAutoHideWindowControl.Show()
DockingManager.OnMouseLeftButtonDown([12;28])
SetFocusOnLastElement(focused=False, model=Xceed.Wpf.AvalonDock.Layout.LayoutAnchorable, element=)
LayoutAutoHideWindowControl.Hide()
LayoutAutoHideWindowControl.Show()
What am I missing?
regards, Tilli