Toolwindow width

Docking/MDI for WPF Forum

Posted 10 years ago by Douglas Gerard - Jackalope Technologies, inc.
Version: 13.2.0592
Avatar

I have two tool windows of varying widths.  I'd like to thave them popup to their inidivudal widths and no more.  It seems autohide tool windows share the docksite.controlsize set for the toolwindowcontainer.

How can I set the DockSite.controlsize so that the autohide window shows up at exactly its specified wideth?

Thanks for the help.

[Modified 10 years ago]

Comments (1)

Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Douglas,

While I haven't tried this, you could probably call DockSite.SetControlSizeForState(twc, new Size(200, 200), DockingWindowState.AutoHide) to set them once everything is loaded.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.