Hello,
Before I start using SyncFusion, my Windows Forms were using basic Microsoft controls.
After converting all my program to SyncFusion Controls, a simple MetroForm with 2 controls (TextBoxEx + CheckBoxAdv) takes about 3 seconds to open.
I have some Forms that uses 20 controls (TextBoxEx, CheckBoxAdv and ComboBoxAdv). This forms takes about 10 seconds to open!
My queries and most of Start jobs are done in the Constructor. I have no code in the Load Events.
Every Form is started (Clicked) in a Form that uses a RibbonControl and is a TabbedMDIManager.
Every Form is a MetroForm. Some Forms that uses ComboBoxes needs to be filled with data from Database. These Comboboxes are loaded in Constructor.
Some Forms that has only 2 - 3 controls, are blank Forms with no prior queries!
I went into a Performance Profiler and as you can see, most of the work is due to SyncFusion Controls...
Am I missing something here?
Any way to increase performance?