Question

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

Was it helpful?

Solution

<TabControl TabStripPlacement="Left" >
</TabControl>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top