I have created a MDI application with tabbed group.
Each time I drag and drop one tab from tab bar to view, it will create a new tab group and divide view according to the number of tab groups. But I want to allow my application to create only two tab groups.
I have done my work by regrouping a new tab group with the tab group related to the drag-and-drop tab.
But this solution is not good because the view blinks for a short time.
I'm looking for a better solution. I know: drag-and-drop tab to view => create new tab group is default support by MDI Tabbed Group.
How do I check it and prevent it?