xaml-sdk/Docking/WinFormsInsideDocking
martinivanoff c94f26461f SDK updated 2020-09-24 16:59:02 +03:00
..
Properties Added updates to the repository 2013-08-09 14:02:25 +03:00
App.xaml Added updates to the repository 2013-08-09 14:02:25 +03:00
App.xaml.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
MainWindow.xaml Added updates to the repository 2013-08-09 14:02:25 +03:00
MainWindow.xaml.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
NonTrasparentWindowsGeneratedItemsFactory.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
Readme.md SDK updated 2020-09-24 16:59:02 +03:00
WinFormsInsideDocking_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00
WinFormsUserControl.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
WinFormsUserControl.designer.cs Added updates to the repository 2013-08-09 14:02:25 +03:00
WinFormsUserControl.resx Added updates to the repository 2013-08-09 14:02:25 +03:00

Readme.md

Win Forms Inside Docking

This example illustrates how to work-around the airspace problem of WPF and WinForms working together. More information about the problem you could find here: http://msdn.microsoft.com/en-us/library/aa970688.aspx In order to be work-arounded all Popups, including the Windows, should have AllowTransparency property set to False. This leads to some glitches in the Docking control, which fixes are provided in the project.

In order to trigger ActivePaneChanged and set properly ActivePane for the RadDocking when clicking on WinForms control, you should handle MouseDown WinForms event.

To work arond the problem with the AutoHide are a ClickFlyoutBehavior should be set to the Docking control.