In WPF, When I load a wrap panel with a lot of elements, the window stalls for a while before showing the content. I would like to add a wait hint but I could not find a way to detect when the wrap panel completes rendering.
I have tried "loaded", "sizechanged", "initialized" without success. Has anyone got any idea on this issue ?
Many thanks !