Hi,
I want to detect when compass is highlighted (means the mouse is over the compass while dragging a pane/ToolWindow).
In addition, I want to invoke the compass to appear, be highlighted and responding to drag-and-drop of non-dockable UIElement (let'a say ListBoxItem).
Can I highlight what part of the compass (and the compatible VisualCue) from code?
I tried to call OnDragContainer and OnDropContainer in implementation of RadDocking derived class (by events like MouseMove and MouseLostCapture events),
but for no avail because the VisualCue and the compass are just stuck as if I didn't call the OnDropContainer method.
The sample can be found here (DockingDragDropWithListBoxWPF.zip):
http://www.telerik.com/support/code-library/how-to-enable-drag-and-drop-from-radlistbox-to-raddocking-controls
Big thanks for your time!
I want to detect when compass is highlighted (means the mouse is over the compass while dragging a pane/ToolWindow).
In addition, I want to invoke the compass to appear, be highlighted and responding to drag-and-drop of non-dockable UIElement (let'a say ListBoxItem).
Can I highlight what part of the compass (and the compatible VisualCue) from code?
I tried to call OnDragContainer and OnDropContainer in implementation of RadDocking derived class (by events like MouseMove and MouseLostCapture events),
but for no avail because the VisualCue and the compass are just stuck as if I didn't call the OnDropContainer method.
The sample can be found here (DockingDragDropWithListBoxWPF.zip):
http://www.telerik.com/support/code-library/how-to-enable-drag-and-drop-from-radlistbox-to-raddocking-controls
Big thanks for your time!