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.
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.