How to make a floating ToolWindow, not sizable?

Docking/MDI for Windows Forms Forum

Posted 18 years ago by Gerard Laslett
Avatar
I need to make a floating ToolWindow, fixed in size.

I.e. the equivalent of a System.Windows.Forms.Form code such as:
this.FormBorderStyle = FormBorderStyle.FixedToolWindow;

how do I achieve this with the ActiproSoftware.UIStudio.Dock.ToolWindow

??

Comments (2)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
We don't currently have that feature but I can add it to the TODO list for you. You could probably do something like this once it's visible though as a workaround:
toolWindow.FindForm().FormBorderStyle = FormBorderStyle.FixedToolWindow;


Actipro Software Support

Posted 18 years ago by Gerard Laslett
Avatar
yep - that works.

cheers.
The latest build of this product (v24.1.0) was released 3 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.