Reputation: 1085
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.
Upvotes: 4
Views: 2944
Reputation: 45091
There isn't something available within the standard windows forms. You'll have to take a look at a third party library like
Upvotes: 1