How to implement "tab drop in window" and "tab drop out of window" effect

Posted by stanleyxu2005 on Stack Overflow See other posts from Stack Overflow or by stanleyxu2005
Published on 2010-03-28T11:22:46Z Indexed on 2010/03/28 11:33 UTC
Read the original article Hit count: 346

Filed under:
|
|
|
|

How to implement "tab drop in window" and "tab drop out of window" effect, just like the google chrome browser?

My imagination is that:

  1. It is not a single application. The main browser frame is an application, the tabs are several applications without a window frame.
  2. 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?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about chrome