This is a migrated thread and some comments may be shown as answers.

Dynamically added radpane Drag Drop Event

1 Answer 49 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Guna
Top achievements
Rank 1
Guna asked on 26 Mar 2014, 07:05 AM
Hi ,

I added a Dynamic Rad pane in the Rad docking control like this

RadPane radPane = new RadPane() { Title = "title", Header = "header" };
RadPaneGroup radPaneGroup = new RadPaneGroup();
RadSplitContainer radSplitContainer = new RadSplitContainer() { InitialPosition = DockState.DockedLeft
radPaneGroup.Items.Add(radPaneGroup);
radSplitContainer.Items.Add(radPaneGroup);
dock.Items.Add(radSplitContainer);

How do I add a Drag drop event to this radpane ?

1 Answer, 1 is accepted

Sort by
0
Guna
Top achievements
Rank 1
answered on 02 Apr 2014, 04:14 AM
can anyone solve this problem ?
Tags
Docking
Asked by
Guna
Top achievements
Rank 1
Answers by
Guna
Top achievements
Rank 1
Share this question
or