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

Stepper, how to hide the separator ? #14

Closed Coloris closed 6 years ago

Coloris commented 6 years ago

Is it possible to hide the line separator between steps and the content area ?

stepper

Thanks for your work !

spiegelp commented 6 years ago

@Coloris I defined a resource MaterialDesignStepperSeparator for the color. You can "hide" the separator by redefining the resource as <SolidColorBrush x:Key="MaterialDesignStepperSeparator" Color="Transparent" />.