Hello there.
I am using Syncfusion for WinForms with a ribbon control adv.
Whenever I run the app and hover the mouse on the ribbon buttons, Visual Studio's Debug window keeps on adding rows with the text "System.Windows.Forms.ToolStripButton". Every mouse movement generates a message. So a normal passage on a button gets me dozens of messages.
Is this normal? Can I prevent it from happening? If so, how?
It's really annoying and it realy makes it difficult to see my debug messages that get lost in all those System.Windows.Forms.ToolStripButton messages.
Thanks.