Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tab control like Google Chrome tabs? [closed]

Any help on existing tab control like Chrome tabs?

I have been searching all over for mutitabs control that allows dragging each tab, with no luck.

like image 853
Mark Avatar asked Jul 09 '10 14:07

Mark


People also ask

What control opens closed tabs?

If you accidentally close a tab or window, you can open it again using a keyboard shortcut. Open Chrome browser. Choose an option: On Windows & Linux, press Ctrl + Shift + t.

How do I get my tabs back control?

Use Shift-Ctrl-T on a PC or Shift-Command-T on a Mac to restore tabs. You can also use History to restore complete Chrome windows, including all groups and tabs.

How do I get my tabs back after closing Chrome?

You can use Ctrl+Shift+T to reopen the tab that closed the last. Q #6) Where did my tabs go? Answer: If you have accidentally closed or lost your tabs, you can click on an empty space of the Chrome bar and click on Reopen Closed Tabs. All your lost tabs will be recovered in no time.

Why did all my Google tabs disappear?

There are many reasons one or all of your open Chrome tabs might disappear. You've accidentally clicked the "x" on the Chrome tab. The process running that Chrome tab crashed. Your entire Chrome browser crashed and closed.


2 Answers

I looked for something similar a while back and ended up building my own. There are docking frameworks out there, but that was not what I was looking for.

I used the FabTab on codeplex as a starting point. I removed the features we didn't want and added others, like dragging from one tab control and dropping it on a second to move the tab, and having tabs on all 4 sides at once, if desired.

like image 97
Muad'Dib Avatar answered Sep 21 '22 05:09

Muad'Dib


I know I am very late to the party but after working on multiple projects where I implemented this I have started a new open source library:

  • https://github.com/ButchersBoy/Dragablz/
  • https://dragablz.wordpress.com/
like image 21
James Willock Avatar answered Sep 23 '22 05:09

James Willock