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
762 stars 122 forks source link

How to make tabs scrollable? #161

Open saklanmazozgur opened 2 years ago

saklanmazozgur commented 2 years ago

Hello,

I have too many tabs inside the restricted area. How to slide tabs in accordance with Material design?

Made using a scrollViewer in ControlTemplate on different pages but I'm losing your style where I applied them.

How can it be applied without losing your style?

Here is the explanation on how to scroll.

saklanmazozgur commented 2 years ago

As a workaround I got the relevant style from MaterialDesignTabControl.xaml within the project. I added scrollViewer to the title area as described here. The material I made does not meet the design guidelines.