TabControl Style - AdarshRise/HandyControl GitHub Wiki

This just replaces the standard TabControl when you drop in the library, nothing fancy to activate it.

Usage

 <TabControl>
                    <TabItem Header="Title">
                        
                    </TabItem>
                    <TabItem Header="Title">
                        
                    </TabItem>
</TabControl>
Available styles Available Properties
TabControlInLine TabStripPlacement
TabControlCapsule
TabControlCapsuleSolid
 <TabControl TabStripPlacement="Right" Style="{StaticResource TabControlInLine}">
                    <TabItem Header="Title">
                        
                    </TabItem>
                    <TabItem Header="Title">
                        
                    </TabItem>
</TabControl>

⚠️ **GitHub.com Fallback** ⚠️