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

On adding item through toolstrip using AddToolStrip Method, the item is not aligned properly because the AutoSize behavior is not working properly. While adding the toolstrip directly by using ribbonPage.Panel.Controls.Add is working fine.


Replication Procedure

1.Start the application
2.Click the button
3.Note the items would not properly arrange
4.It has alignment issues in it.

Expected result: No alignment issue occur while using AddToolStrip method.