Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, 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

Before I upgraded the controls, there was no issue. I pushed out an update to my users who called me and said "Hey, when you maximize the dashboard on the 2nd monitor, the whole screen turns white". 

Tested on my developer machine and received the same result.

Reverting back to System.windows.forms.form resolves the issue.  (except now you don't have a pretty metroform)

*workaround for now

 Inherits System.Windows.Forms.Form

 'Inherits Syncfusion.Windows.Forms.MetroForm