hi,
As the startup of my application takes a long time, I'm profiling it (with visual studio performance analysis tool).
At the startup I'm creating a grid, and I can see that the "EndInit()" then "SynchGridBackColor" is taking a long time (see attached screenshot)
Could you help me with this ?
Thanks
Verane.
This sort of thing is extremely difficult for us to analyze without a sample project or at the very least steps to reproduce.
Just as a wild guess, I'd say SynchBackColor itself probably isn't the issue. It's probably just that this method triggers the first time the grid is painting. It might also be triggering the JITting of the assembly.
Have you checked out the WinGrid Performance Guide?