When I move a form from a docked state to a floating state, the size of the floating window is less than the minimum size of the form. How do I correct this so that when the form moves to a floating state it is at the proper size?
Thanks!
jaret.langston@gmail.com
Logged In: NO
I made a patch in the code to use Form.MiniminSize and limit the resizing to that size
It works on Floating, Dock and DockAutoHide style.
Let me know where I can send the code to be checked and submitted in the project.
teoman@libero.it
Thanks
I know it has been a while, but where can this patch be found?
I have a need for this myself and I'm working on it.