Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Vertically Oriented Tab Pages
 

Vertically Oriented Tab Pages

Is it possible to change the orientation of tab pages in a tabControl from horizontal to vertical? Insteaf of having the tab pages along side one another, I want to order them on top of each other.

Any tips?

Thanks in Advance.

knji  Friday, September 07, 2007 3:58 AM
There is no support for vertical oriented tabs in the default .NET control. You should develop your own derived control and add support for vertical tabs. I found this article that might be interesting for you. It's at least a start.

http://www.codeproject.com/cs/miscctrl/flattabcontrol.asp?df=100&forumid=231627&exp=0&select=1472452#xx1472452xx

Or you can choose an existing commercial component:

http://www.componentsource.com/relevance/index.html?q=tab

Or you can choose for a control with source available like one I found on codeproject:

http://www.codeproject.com/cs/miscctrl/tabstrips.asp

HawVie  Friday, September 07, 2007 7:36 AM
Personally, i find http://www.dotnetrix.co.uk/controls.html one of the better (if not the best) resource for TabPage customization...
timvw  Sunday, September 09, 2007 3:27 PM
There is no support for vertical oriented tabs in the default .NET control. You should develop your own derived control and add support for vertical tabs. I found this article that might be interesting for you. It's at least a start.

http://www.codeproject.com/cs/miscctrl/flattabcontrol.asp?df=100&forumid=231627&exp=0&select=1472452#xx1472452xx

Or you can choose an existing commercial component:

http://www.componentsource.com/relevance/index.html?q=tab

Or you can choose for a control with source available like one I found on codeproject:

http://www.codeproject.com/cs/miscctrl/tabstrips.asp

HawVie  Friday, September 07, 2007 7:36 AM
Personally, i find http://www.dotnetrix.co.uk/controls.html one of the better (if not the best) resource for TabPage customization...
timvw  Sunday, September 09, 2007 3:27 PM

You can use google to search for other answers

Custom Search

More Threads

• Need to resize column
• how to add event KeyPress in Panel?
• MDI App - need dynamic (late binding) of Reference'd DLLs - HOW?
• Size's Required by my forms keep changing Why???
• Key event management in custom windows form designer
• Nested Forms, better button graphic, layout???
• Scrollbars in a RichTexBox Control
• inherit control in the flowLayoutPanel.
• UPLOADING A PICTURE
• Implementing RadioButton Clone