Welcome to the UWP feedback portal. We’re happy you’re here! If you have feedback on how to improve the UWP, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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?