Hello smart people, Does someone know how can i implement a vertical tab in c#?
Thanks
Hello smart people, Does someone know how can i implement a vertical tab in c#?
Thanks
Create an instance of System.Windows.Forms.TabControl (one of the standard container controls for Windows Forms) and set the Alignment property to Left.