QuickSharp - set floating form size

两盒软妹~` 提交于 2019-12-13 19:22:38

问题


Using the QuickSharp SDK, how do you manage the size of a window if it is floating?

I want to set the MinimumSize for a floating panel that is created when a plugin is loaded.

QuickSharp uses the WeifenLuo DockPanel Suite, and there is a way to manage the windows with that, but it isn't so obvious how to use this code with QuickSharp because QuickSharp creates its own docking classes from the underlying WeifenLuo library. Sure, you can sniff it out via the source code, but there is a lot of information there, and it is rather advanced.

Here is another post about managing floated windows.

来源:https://stackoverflow.com/questions/16290541/quicksharp-set-floating-form-size

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!