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 - FirstLevelTitle and SecondLevelTitle data binding #19

Closed Coloris closed 5 years ago

Coloris commented 6 years ago

Would it be possible to set the content of these two properties from a viewmodel via data binding ? (DependencyProperty)

spiegelp commented 5 years ago

@Coloris The problem is that the StepTitleHeader class is not a DependencyObject. I added a new class MaterialDesignExtensions.Controls.StepTitleHeaderControl which is a DependencyObject to enable data binding.