I have a WPF user control that just contains a simple telerik grid. I embedded this user control into a Element host control and added the host control to a 3rd party docking library that provides Visual studio like docking functionality.
Now in my windows application all the docking works fine but when i enable the autohide for the docking container of the user control the user control is not rendered properly, it only renders when i move my pointer on the controls. Any suggestions on how to get rid of the issue? I tried updatelayout(),InvalidateVisual() none of them seems to be working. Any help is greatly appreciated.