If I place a SharpGL control (https://sharpgl.codeplex.com/) on a Tab, then the OnApplyTemplate() is not called for that control. If I use the SharpGL control outside of a tab, then OnApplyTemplate() for that control is called and all works well. Has anyone encountered a similar issue with other controls? Any suggestions?
Thanks,
Arthur
Hi Haimai,
Thank you for your post. I am glad that you have managed to resolve your issue.
Let me know, if you need any further assistance on this matter.
My mistake, it turns out that OnApplyTemplate() is indeed called, but not until the tab is selected.