Quantcast
Channel: C# vertical tab control - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by MyHealingLife for C# vertical tab control

i think this is default selected colorprivate void tabControl1_DrawItem(Object sender, System.Windows.Forms.DrawItemEventArgs e){...if (e.State == DrawItemState.Selected) { // Draw a different...

View Article



Answer by silverspoon for C# vertical tab control

Try this TabStrip control. I believe this is what you want.

View Article

Answer by Lloyd for C# vertical tab control

There is an MSDN article about how to achieve this. How to: Display Side-Aligned Tabs with TabControlThe following procedure shows how to render right-aligned tabs, with the tab text running from left...

View Article

Image may be NSFW.
Clik here to view.

C# vertical tab control

Can I make a tab control to look like the attached picture? I managed to add a tab control, but the text is still vertical. And I would want it to be horizontal.

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images