Vertical Tab Control with horizontal text in Winforms

前端 未结 5 834
再見小時候
再見小時候 2020-12-14 20:08

I would like to have the tabs on my TabControl displayed on the left, or sometimes right.
Unlike the System.Windows.Forms.TabControl, however, I would like the text to r

5条回答
  •  攒了一身酷
    2020-12-14 20:35

    I have decided to share the code I developed since some people, such as Amit Andharia, would like to benefit from it.

    This is the result after I had implemented Rob P.'s answer.

    Vertical Tabs Control screenshot

    Release Notes:

    • Full design time support
    • Automatic resizing of tabs (up to 128px wide)
    • Tab icons implemented
    • Unused properties have been hidden

    The code can be downloaded from here.

提交回复
热议问题