Hello telerik team,
Our application is written in C++. And we are looking to develop a C# User Interface for It. So we try to host a windows form user control as an MFC view.
In our winform (C# UI), we use a docking windows schema. But, when we execute the MFC program, we can’t any more move the dockable windows (windows aren't dockable).
We got the following warning message:
'Telerik.WinControls.Docking.DockingManager.IDockableSelectionDialog' is obsolete:
'This property is obsolete. Use UseQuickNavigator instead'
Can you give me any examples or ideas on how your control set handles the docking ability when contained in an MFC view?
Thanks for any information you can provide.