Hello,
I'm evaluating the TreeView of "RadControls for WPF Q3 2011 SP1" on Windows 7.
I'm using the version 2011.3.1220.40 of Telerik.Windows.Controls.Navigation.
I want to use the drag and drop capabilities of the TreeView.
But it seems that the property Effects of the DragDropEventArgs object is always null.
How do you perform a copy or move operation with your drag & drop ?
Best regards.
I'm evaluating the TreeView of "RadControls for WPF Q3 2011 SP1" on Windows 7.
I'm using the version 2011.3.1220.40 of Telerik.Windows.Controls.Navigation.
I want to use the drag and drop capabilities of the TreeView.
But it seems that the property Effects of the DragDropEventArgs object is always null.
public TelerikTreeview(){ InitializeComponent(); RadDragAndDropManager.AddDropQueryHandler(m_cellTreeView, new EventHandler<DragDropQueryEventArgs>(OnDropQuery));}private void OnDropQuery(object sender, DragDropQueryEventArgs e){ System.Diagnostics.Debug.WriteLine(e.Options.Effects);}How do you perform a copy or move operation with your drag & drop ?
Best regards.