Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

.NET style Side Tab Control

0.00/5 (No votes)
25 Apr 2002 1  
.NET Side Tab

Sample Image - SideTab.jpg

Introduction

This side Tab control provides a convenient way to represent the client area (working area). The side tab control gives a .NET style look and feel.

I've attached the tool window feature to this side tab control. The tool window feature will show or hide the treeview automatically (when the cursor is over the side tab). At present each side tab is having to link to the same tool window. Side Tab control extends your ability to manage limited workspace while working with two or more open documents in the IDE.

In this article, I've created to user controls one for Tabstrip and the other for Tabpages. On placing the cursor over the side tab item, the selected tab gets expanded and shows the tool window. The toolwindow contains a treeview which is loaded on a panel. The toolwindow will be loaded smoothly using Thread concept.

To know more about how it works, download the source and go thru it. I know that there is lot of work to be done in this. This is my first step to achieve that. (The source code was developed in Beta 2 Version of .NET).

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here