зеркало из https://github.com/telerik/xaml-sdk.git
c94f26461f | ||
---|---|---|
.. | ||
Properties | ||
App.xaml | ||
App.xaml.cs | ||
App_SL.xaml | ||
App_SL.xaml.cs | ||
MainPage.xaml | ||
MainPage.xaml.cs | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
PartialSaveLoadLayout_SL.csproj | ||
PartialSaveLoadLayout_WPF.csproj | ||
Readme.md | ||
Scope.cs |
Readme.md
Save/Load a part of RadDocking layout
This example demonstrates how to save/load only one part of the RadDocking layout. Using the ElementLayoutSaving event we cancel the saving of the undesired elements. With the ElementLayoutCleaning event we cancel the cleaning of all elements that weren't saved in the ElementLayoutSaving event handler.