Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
770
Problem with XamDockManager when used in an ElementHost
posted

Hello, 

Here is my problem : 

I have a XamDockManager with one SplitPane. The SplitPane contains one ContentPane.

In the ContentPane, I have one TextBox.

If I put the XamDockManager in the ElementHost of a WinForm application : it's impossible to write in the TextBox, only if the ContentPane is in Floating mode (the space button and the backspace button are the only one to work)

If the ContentPane is in a Dockable location (left/right/bottom/up), it works fine. 

If I put the XamDockManager directly in a WPF page or window, it works fine, even in Floating mode. 

Is it an known issue ? Is there a way to make it work ? 

I'm using Infragistics For WPF 10.3. 

If i'm not clear enough, i can send you the "very simple" source code of my application. 

 

Thank you.