I need to create drag and drop for my app.
I have a tree in the left part of the window and empty editor area in the right part of the window. I want to drag an element from the tree and drop to the right part. Editor tab should opens after that.
What I have already done: I created the button to open editor of selected tree item and it works. When I drag item and drop it to the existed editor a new editor opens. But I can't to do the same when I don't have any editor (only empty editor area)
Please tell me what should I do or what should I specify like target for drop action. Thanks in advance!
