How to implement "tab drop in window" and "tab drop out of window" effect
- by stanleyxu2005
How to implement "tab drop in window" and "tab drop out of window" effect, just like the google chrome browser?
My imagination is that:
It is not a single application. The main browser frame is an application, the tabs are several applications without a window frame.
When the main browser frame is resized or moved, all tabs will be notified to be resized or moved.
Is there any existing component or code example can do this?