xaml-sdk/Docking/PaneSourceWithLayout
martinivanoff c94f26461f SDK updated 2020-09-24 16:59:02 +03:00
..
Properties Updated examples 2014-07-04 11:50:43 +03:00
App.xaml Updated examples 2014-07-04 11:50:43 +03:00
App.xaml.cs Updated examples 2014-07-04 11:50:43 +03:00
App_SL.xaml Updated examples 2014-07-04 11:50:43 +03:00
App_SL.xaml.cs Updated examples 2014-07-04 11:50:43 +03:00
CustomDockingPanesFactory.cs Updated examples 2014-07-04 11:50:43 +03:00
MainPage.xaml Updated examples 2014-07-04 11:50:43 +03:00
MainPage.xaml.cs Updated examples 2014-07-04 11:50:43 +03:00
MainWindow.xaml Updated examples 2014-07-04 11:50:43 +03:00
MainWindow.xaml.cs Updated examples 2014-07-04 11:50:43 +03:00
PaneSourceWithLayout_SL.csproj Examples update 2016-05-05 12:15:17 +03:00
PaneSourceWithLayout_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00
PaneViewModel.cs Updated examples 2014-07-04 11:50:43 +03:00
Readme.md SDK updated 2020-09-24 16:59:02 +03:00
SDK icon.ico Updated examples 2014-07-04 11:50:43 +03:00
ViewModel.cs Updated examples 2014-07-04 11:50:43 +03:00

Readme.md

Save/Load layout with PaneSource

This examples demonstrates how to handle scenarios where the layout of the RadDocking is loaded and there is a PaneSource collection set. In this scenario if the saved layout matches the PaneSource collection no conflicts are found and all is well, but if the bound collection contains more instances of RadPanes, then the saved in the layout XML the additional RadPane instance in the PanesSource collection will be disregarded. This is an expected behavior that needs to be handled.