Restoring Toolwindow from Autohide - No header

Docking/MDI for WPF Forum

Posted 13 years ago by Bret Naughton
Version: 11.1.0544
Avatar
Hi,

I currently have a toolwindow that has my own custom header set as the header.

On the customer header I have a button that sets the toolwindow to autohide and I use the following button action code to switch between autohide & dock.

If e.Window.State = DockingWindowState.AutoHide Then
e.Window.Dock(TheDockSite, Direction.Left)
Else
e.Window.AutoHide()
End If

But what I am finding is that on re-docking the toolwindow after the autohide, the custom header is not displayed (it is like the header content is empty), but if I then switch to autohide again the header is displayed correctly in the side tab. In order to show the header in dock mode I have to set the header contents again with the customer header instance.

To let you know in case it is something for next release.

Bret

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Bret,

Sorry, we haven't had any reports of issues like you describe. If you can please put together a small sample project that reproduces your issue and email it over then we can take a closer look. Be sure to remove any executables or change the extension of the zip file to ensure it gets past our email filters.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.