xaml-sdk/Docking/CloseSinglePaneInToolWindow
martinivanoff c94f26461f SDK updated 2020-09-24 16:59:02 +03:00
..
Properties Update SDK examples 2013-05-09 14:01:10 +03:00
App.xaml Update SDK examples 2013-05-09 14:01:10 +03:00
App.xaml.cs Update SDK examples 2013-05-09 14:01:10 +03:00
App_SL.xaml Update SDK examples 2013-05-09 14:01:10 +03:00
App_SL.xaml.cs Update SDK examples 2013-05-09 14:01:10 +03:00
CloseSinglePaneInToolWindow_SL.csproj Examples update 2016-05-05 12:15:17 +03:00
CloseSinglePaneInToolWindow_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00
CustomItemsFactory.cs Update SDK examples 2013-05-09 14:01:10 +03:00
CustomToolWindow.cs Update SDK examples 2013-05-09 14:01:10 +03:00
Example.xaml Update SDK examples 2013-05-09 14:01:10 +03:00
Example.xaml.cs Update SDK examples 2013-05-09 14:01:10 +03:00
MainPage.xaml Update SDK examples 2013-05-09 14:01:10 +03:00
MainPage.xaml.cs Update SDK examples 2013-05-09 14:01:10 +03:00
MainWindow.xaml Update SDK examples 2013-05-09 14:01:10 +03:00
MainWindow.xaml.cs Update SDK examples 2013-05-09 14:01:10 +03:00
Readme.md SDK updated 2020-09-24 16:59:02 +03:00

Readme.md

Close Single Pane In Tool Window

This example demonstrates how to create a custom ItemsFactory and ToolWindow in order to customize the way the Close button of the floating ToolWindow closes Panes when there are multiple Panes in the PaneGroup for Silverllight and WPF.

The example shows how to achieve a behavior, where the close button closes only the current active Pane rather than the hole PaneGroup.