I have an problem. I have tabitems and if these items have images in the in the header, the window_loaded event is triggered before the window become visible. If the tabitems are just plain old tabitems, the window is visible before the loaded event. Does anyone know why is that happening?
Asked
Active
Viewed 1,099 times
2 Answers
3
As described here, I believe that you really should be using Window.ContentRendered
instead of Window.Loaded

Community
- 1
- 1

StillLearnin
- 1,391
- 15
- 41