Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TabControl.Orientation?

I wanna set a TabControl that its header are in the left side instead of on top, how do I do that?

like image 365
Shimmy Weitzhandler Avatar asked Dec 08 '09 07:12

Shimmy Weitzhandler


Video Answer


1 Answers

<TabControl TabStripPlacement="Left" >
</TabControl>
like image 160
kiwipom Avatar answered Sep 20 '22 18:09

kiwipom