Hello,
I'm using the RadTreeView with only ONE root node. My ItemsSource is FolderData. FolderData has only one Item - the root node. I'm using
DragDropManager.AddDragOverHandler(this.FolderRadTreeView, new Telerik.Windows.DragDrop.DragEventHandler(OnDragOver), true);
for allowing the dropping in special nodes.
How can I disable the dropping next to root node? I want to avoid to have more than one root nodes. Is it possible?