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.