Tabcontrol tabpagebutton orientation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know, if it's possible to set the orientation of the
tabpagebuttons to horizontal instead of vertical when the alignment property
of my tabcontrol is set to left or right?

Thanks in advance

Zadkin
 
I'm also searching for an answer to this uestion and i'm really surprise that
anyone ever had the same problem!!
 
If I understand you correctly, you are looking to display the tabs on the left or right sides but have the tab's (where the name resides) display their text horizotally
essentially. This is a good idea...and I am sure their are some "custom" built controls out there that do this...or you can create your own (looks to be some work here)

If I am able to find a solution for you I will repost it here...

BTW - I will log a bug to add support for such a feature...in the future...Thanks for bringing up this usability issue.

Robert S (MSFT Visual Basic QA)
 
Hi, how can I show the tabs at the bottom of the TabControl instead of on top?

Eugene
 
Sorry I have not gotten back to this thread in a while.

If you look at the tabcontrol properties in the Properties window, you will find a property call "Alignment". It has the options for Top/Bottom/Left/Right. By setting it to
Bottom you will find the tabs show up at the bottom of the control. Hopefully this was what you are asking...

As far as the previous thread/question...I was not able to find you an easy solution. A custom control is going to be the way to get this done...

Hope this helps.

Robert S (MSFT Visual Basic QA)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top