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

OversizedNumberSpinner Throws NullReferenceException #153

Open whopacha opened 3 years ago

whopacha commented 3 years ago

If the OversizedNumberSpinner control is placed on a tab (not the first tab) in a tab control. It will throw NullReference exception.

Additional null checks required for m_valueTextBox (LoadedHandler / UnloadedHandler.)

RainerWingel commented 8 months ago

I still have the same issue. I placed the OversizedNumberSpinner on the fourth tab of my tab control. Please help...