简体   繁体   中英

Need a Mono-compatible WinForms docking library

I've been looking for a Visual Studio-like docking library for WinForms, but the two most popular and complete options (WeifenLuo.WinFormsUI.Docking and the MagicLibrary) both use P/Invokes extensively, so I can't use them in Mono.

The best I can manage so far is toggling a Panel from being hosted by the main form or by a toolwindow that's made on the spot by setting the control's Parent. This is nowhere near the functionality I'm looking for, as I'm sure you can understand.

I have been looking for a while and have found none, most WinForm dockpanel lib's use P/Invokes.

What platforms are you targeting? You may have to checkout other GUI libs like GTK#.

latest DockPanel Suite starts to support Mono, with drag and drop automatically disabled. It is difficult to rewrite the P/Invoke for other platforms, and hope one day that can be achieved,

http://dockpanelsuite.com

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM