xaml-sdk/Docking/CompassProgramming
martinivanoff c94f26461f SDK updated 2020-09-24 16:59:02 +03:00
..
Properties Updated examples 2014-01-15 16:48:04 +02:00
App.xaml Updated examples 2014-01-15 16:48:04 +02:00
App.xaml.cs Updated examples 2014-01-15 16:48:04 +02:00
App_SL.xaml Updated examples 2014-01-15 16:48:04 +02:00
App_SL.xaml.cs Updated examples 2014-01-15 16:48:04 +02:00
CompassProgramming_SL.csproj Examples update 2016-05-05 12:15:17 +03:00
CompassProgramming_WPF.csproj Examples update 2016-05-05 12:15:17 +03:00
Example.xaml Updated examples 2014-01-15 16:48:04 +02:00
Example.xaml.cs Updated examples 2014-01-15 16:48:04 +02:00
MainPage.xaml Updated examples 2014-01-15 16:48:04 +02:00
MainPage.xaml.cs Updated examples 2014-01-15 16:48:04 +02:00
MainWindow.xaml Updated examples 2014-01-15 16:48:04 +02:00
MainWindow.xaml.cs Updated examples 2014-01-15 16:48:04 +02:00
PaneType.cs Updated examples 2014-01-15 16:48:04 +02:00
Readme.md SDK updated 2020-09-24 16:59:02 +03:00

Readme.md

Compass Programming

This example demonstrates how to customize which compasses are shown when dragging different RadPanes in the control.

When dragging a "Green" RadPane only the center compass over other "Green" RadPanes is shown and all of the root compasses. When dragging a "Purple" RadPane all of the compasses (right, left, top, bottom and center) over other "Purple" RadPanes are shown and none of the root compasses.

More details could be found in our online help: For WPF - http://www.telerik.com/help/wpf/raddocking-how-to-implement-conditional-docking.html For Silverlight - http://www.telerik.com/help/silverlight/raddocking-how-to-implement-conditional-docking.html