spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

TabControl TabsPanel doesn't respect the FlowDirection #95

Closed ahmed-abdelrazek closed 4 years ago

ahmed-abdelrazek commented 4 years ago

when you set the TabControl FlowDirection to RightToLeft it just change the TabPanel alignment and not the flow direction

TheProblemImage