Airspace solution in WPF architecture of .net

Asked By 60 points N/A Posted on -
qa-featured

 I am facing some issues while implementing airspace solutions in WPF. Child and parent windows are not getting clipped and rendered. I have tried learning on clipping behavior of Windows 32 and found that the child windows are totally handled by another thread, which is causing this problem and one can solve this by enforcing WS_CLIPSIBLINGS, but I am not able to implement the same. How can I use WPF to solve this issue efficiently?

SHARE

Related Questions