Hi,
I use Infragistics 14.2.
Is it possible, to have a Windows.Forms form with UltraDockManager as child in a WPF WindowsFormsHost?
I can see the the form correctly at runtime, but it is not possible to interact with the panes (i.e. moving them by drag&drop). Without the WindowsFormsHost everything is fine.
I use the following code for the constructor of my HostWindow to add a Windows.Forms form
<Grid> <WindowsFormsHost Name="Host" FontSize="11.33" FontFamily="Microsoft Sans Serif"/></Grid>
public HostWindow(Form f){ try { InitializeComponent(); if (f != null) { f.TopLevel = false; f.FormBorderStyle = FormBorderStyle.None; } Host.Child = f; } catch (Exception e) { Console.WriteLine(e); throw; }}
Remark: Drag&Drop for single panes is working. If they are in a tab group, they are locked.
Hello Olaf,
Thank you for posting in our forums!
Our Winforms controls are not supported to work in a WindowsFormsHost. For what reason are you not using the xamDockManager we provide with our WPF controls?
After investigating this and doing some research, supporting Winforms controls in WPF WindowsFormsHost has been determined to be a product idea. You can suggest new product ideas for future versions by emailing ideas@infragistics.com.
Submitting your idea will send it directly to our product management team so that it can be imported into our new ideas community once live: http://ideas.infragistics.com.
Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. You can also link back to this thread for additional details.
Thank you in advance to submitting your product idea.