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

Last Materialdesignxtension Version is not compatible with the last Materialdesigninxam version #121

Closed XxQuickSilverZz closed 3 years ago

XxQuickSilverZz commented 3 years ago

Last Materialdesignxtension (3.2.0 is not compatible with the last Materialdesigninxaml(3.2.0) version. I use the tabcontrol item from Materialdesigninxaml(3.2.0) ane he dont find some styles anymore i used it.

Because the Materialdesignthemes and colors are changed to a earlier version (2.x.x) and their dont have the styles.

Styles

Style="{StaticResource MaterialDesignNavigationRailTabItem}"> cant be find

cjmurph commented 3 years ago

Looks like this was addressed in commit 1b7d8872571cca8f34022058dbbb97bda1ee9ed2

XxQuickSilverZz commented 3 years ago

@cjmurph What i should do now? The version is still 3.2.0

cjmurph commented 3 years ago

@cjmurph What i should do now? The version is still 3.2.0

You can wait until the next release, or clone this repo and build it yourself.

spiegelp commented 3 years ago

@XxQuickSilverZz Would you please try the latest prerelease v3.3.0-a01 of MaterialDesignExtensions, which uses Material Design in XAML Toolkit v3.2.0? Please let me know if your problem still exists in the prerelease v3.3.0-a01.

XxQuickSilverZz commented 3 years ago

@spiegelp Yes it works. v3.3.0-a01 is ok and compatibel.

XxQuickSilverZz commented 3 years ago

@spiegelp MaterialDesignTabControl cant still be found in the prerelease image image

spiegelp commented 3 years ago

@XxQuickSilverZz MaterialDesignTabControl is in all MaterialDesignExtensions versions since v2.5.0 from April 2019. I guess you have an issue with your setup. You probably forgot to add the styles to your app resources. See the lines 12 and 13 in demo's App.xaml.

XxQuickSilverZz commented 3 years ago

closed.