We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2506a90 commit d116879Copy full SHA for d116879
MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Expander.xaml
@@ -299,7 +299,10 @@
299
<Binding RelativeSource="{RelativeSource Self}" Path="Tag"/>
300
</MultiBinding>
301
</StackPanel.Width>
302
- <ContentPresenter Name="PART_Content" Focusable="False"/>
+ <ContentPresenter Name="PART_Content" Focusable="False"
303
+ ContentTemplate="{TemplateBinding ContentTemplate}"
304
+ ContentStringFormat="{TemplateBinding ContentStringFormat}"
305
+ ContentTemplateSelector="{TemplateBinding ContentTemplateSelector}"/>
306
</StackPanel>
307
</Border>
308
</DockPanel>
0 commit comments