Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to design tabs like Google Chrome tabs?

Tags:

c#

.net

How can I design a user interface with tabs like the one Google Chrome has, I mean each tab has to be able to:

  1. Maximize
  2. Close
  3. Dragged and be stand alone.

I'm using .net 2.0 (C#)

Thanks,

like image 672
Michael Avatar asked Apr 15 '10 07:04

Michael


People also ask

How do I change the look of Chrome tabs?

To change the tab view in Chrome Android, you simply need to click on the number icon which can be found right next to the browsers address bar. This will take you to the new grid view in Chrome.


2 Answers

You may find it useful to look at an open source project such SharpDevelop I'm sure that have tabbed windows.

like image 84
Preet Sangha Avatar answered Oct 05 '22 18:10

Preet Sangha


You could look in the chromium source code. The chromium project also seem to have a lot of resources for developers and many communication channels (http://www.chromium.org/developers)

like image 20
Andreas Vinter-Hviid Avatar answered Oct 05 '22 19:10

Andreas Vinter-Hviid