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

Stepper ActiveStepChanged event not firing #84

Open hlysine opened 4 years ago

hlysine commented 4 years ago

ActiveStepChanged event is not firing when I click the headers to switch to another step.

Stepper XAML:

<mde:Stepper
    Name="stepper"
    ActiveStepChanged="stepper_ActiveStepChanged"
    IsLinear="False"
    Layout="Horizontal"
    Grid.Row="1"
    BorderThickness="0">
    ...
</mde:Stepper>