Implement DragAndDrop in terms of allowing a reordering of the ToolBars in the ToolBarTray and moving toolbars from one tray to another.
The SDK Example might work, but it is a pain in the a... I want just to set IsLocked=false and then it should work. I think normal MS Toolbars can be reordered just like this. Telerik should make my life easier, not harder!
We added SDK sample in our GitHub repository demonstrating integration between DragDropManager and RadToolBar. Please check it out here. https://github.com/telerik/xaml-sdk/tree/master/ToolBar/ToolBarDragAndDrop
This Issues seem light of description so let me clairify please... this is really abou tthe RadToolBarTray and the RadToolBar's you can place into bands and band indices. You should be able to lock them so they cannot be moved around and unlock them so the
Kind of silly having a IsLocked property on the RadToolBarTray which implies the ability to dragdrop toolbars in it and yet this feature is not inclluded/does not work