Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Auto Hide Tab?

Tags:

c#

.net

winforms

I am working on an Window application using VS 2005. here i have a scenario where i have to create a Docked window that auto hide like our 'Solution Explorer' or 'Property Window' in VS.

I have not find that such control in VS. Please, sugges where i can find this docked control.

like image 620
Shivi Avatar asked Jan 21 '23 12:01

Shivi


2 Answers

alt text

  • Magic Docking

alt text

  • DockDotNET

One more to the collection.

alt text

  • DockPanel Suite
like image 92
Searock Avatar answered Jan 25 '23 23:01

Searock


There isn't something available within the standard windows forms. You'll have to take a look at a third party library like

  • Infragistics
  • Nevron
  • ...
like image 45
Oliver Avatar answered Jan 25 '23 22:01

Oliver