We’re preparing to evaluate your Visual Studio-like UWP Docking Control for possible use with our product. One of the biggest challenges we’ve run into with UWP is hosting multiple windows on separate UI threads (using CoreWindow/ApplicationView). We’ve considered switching to the new AppWindow class which allows multiple windows to run on the same UI thread, but it has an extensive list of limitations. Do your docking controls allow pieces of the UI to be dragged outside of the container and hosted as a separate window? Do these separate windows run in separate UI threads or the main UI thread? Does it use AppWindow under-the-covers and inherit the same list of limitations?