Hi All,
I am using UltraDockManager with some user controls in it.
When i run the application and try to set one of the user control as floating. It goes to the floating pane state with small size. Since my user control is made as not resizable, it looks very very bad in that small size.How can i set the initial size to a bigger one which suits my user control while making it float.
Thanks in Advance,
Manikandan
You would probably want to set the MinimumSize and MaximumSize of the DockableControlPane with the user control to the same size. You can access it from the ControlPanes collection on the UltraDockManager. This will force the floating pane to be a certain size and will prevent resizing at run-time.
Hi Mike,
I tried setting the minimum size and maximum size but still no use. The "IsMdiChild" property of the DockableControlPane i am using is set as TRUE. This small size behaviour for floating pane happens only when this "IsMdiChild" is set to true. Otherwise it takes into account the minimum size which i have set for that control pane. But if "IsMdiChild" set to true, then it always goes to some very small size.
This could be a bug. I would recommend submitting the issue to the support group: http://es.infragistics.com/gethelp.
Hi, I'm having a similar problem. Is this problem fixed? Or, is there a workaround?