I have a similar question. How can the drag the ItemTemplate and ContentTemplate to be displayed as the dragVisual
when a drag and drop is intimated from the tabcontrol? I can get of them being displayed as shown below.
But how can I get both of them?
args.DragVisual = new ContentControl
{
Content = data,
ContentTemplate = (sender as RadTabControl).ContentTemplate
};