In telerik:RadDocking, we can either specify in XAML or in CS if we want to turn off/hide items on the compass. Unfortunately what I want to do doesnt seem to be so straight forward.
Is it possible to either remove items from the central docking preview, while leaving their counterpart on the outer docking preview? (Ie remove the left arrow on the center of the screen but keep the left arrow on the left edge of the window). This would be much easier if i could insert an image in the code snippet!
Anyway, if this cannot be done, for any reason, an alternate solution that would help my cause would be a code behind solution maybe in the PreviewWindowClose event or something, so that I could just tie the two compass events together, ie the center of the window left facing dock arrow would dock the panel on the left edge of the screen, in the same place that the left dock arrow on the edge of the screen would dock it.
Any tips or hints to get me going in the right direction here would be greatly appreciated, thanks!
Is it possible to either remove items from the central docking preview, while leaving their counterpart on the outer docking preview? (Ie remove the left arrow on the center of the screen but keep the left arrow on the left edge of the window). This would be much easier if i could insert an image in the code snippet!
Anyway, if this cannot be done, for any reason, an alternate solution that would help my cause would be a code behind solution maybe in the PreviewWindowClose event or something, so that I could just tie the two compass events together, ie the center of the window left facing dock arrow would dock the panel on the left edge of the screen, in the same place that the left dock arrow on the edge of the screen would dock it.
Any tips or hints to get me going in the right direction here would be greatly appreciated, thanks!