Reputation: 104692
I wanna set a TabControl that its header are in the left side instead of on top, how do I do that?
Upvotes: 9
Views: 5847
Reputation: 7709
<TabControl TabStripPlacement="Left" > </TabControl>
Upvotes: 17